Shades of Charcoal #444444
Tints of Charcoal #444444
RGB
CMYK
RGB Variations
Color information
#444444 (or 0x444444) is known color: Charcoal. HEX triplet: 44, 44 and 44. RGB value is (68,68,68). Sum of RGB (Red+Green+Blue) = 68+68+68=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 68 - color contains mainly: red, green, blue. Hex color #444444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444444 is #BBBBBB. Grayscale: #444444. Windows color (decimal): -12303292 or 4473924. OLE color: 4473924.
HSL color Cylindrical-coordinate representation of color #444444: hue angle of 0º degrees, saturation: 0, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0%. Process color model (Four color, CMYK) of #444444 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 68 | 68 | 68 | - |
CMYK | 0 | 0 | 0 | 0.73 |
HSL | 0º | 0% | 0.27% | - |
HSV(B) | 0º | 0% | 0.27% | - |
XYZ | 5.49 | 5.78 | 6.3 | - |
YUV | 68 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 68 | 68 | 68 | 0 | 0 | 0 | 0.73 | 0 | 0 | 0.27 |
Hex | 44 | 44 | 44 | 0 | 0 | 0 | 49 | 0 | 0 | 1B |
Octal | 104 | 104 | 104 | 0 | 0 | 0 | 111 | 0 | 0 | 33 |
Binary | 1000100 | 1000100 | 1000100 | 0 | 0 | 0 | 1001001 | 0 | 0 | 11011 |
Color Harmonies of #444444
Complementary color
Monochromatic Colors of #444444
Black with #444444
Text Example
Text Example
White with #444444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444444; }
p { color: rgb(68,68,68); }
H1.HeaderClassName
{
color: #444444;
}
.AnyTagClassName
{
color: #444444;
}
</style>
background-color css
<style>
a { background-color: #444444; }
a { background-color: rgb(68,68,68); }
div.DivClassName
{
background-color: #444444;
}
.BgClassName
{
background-color: #444444;
}
</style>
border-color css
<style>
span { border-color: #444444; }
span { border-color: rgb(68,68,68); }
td.TdClassName
{
border-color: #444444;
}
.TagClassName
{
border-color: #444444;
}
</style>