Shades of Charcoal #453F3F
Tints of Charcoal #453F3F
RGB
CMYK
RGB Variations
Color information
#453F3F (or 0x453F3F) is known color: Charcoal. HEX triplet: 45, 3F and 3F. RGB value is (69,63,63). Sum of RGB (Red+Green+Blue) = 69+63+63=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 69 - color contains mainly: red. Hex color #453F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F3F is #BAC0C0. Grayscale: #404040. Windows color (decimal): -12239041 or 4144965. OLE color: 4144965.
HSL color Cylindrical-coordinate representation of color #453F3F: hue angle of 0º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #453F3F is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
RGB | 69 | 63 | 63 | - |
CMYK | 0 | 0.09 | 0.09 | 0.73 |
HSL | 0º | 0.05% | 0.26% | - |
HSV(B) | 0º | 0.09% | 0.27% | - |
XYZ | 5.13 | 5.18 | 5.43 | - |
YUV | 64.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 63 | 63 | 0 | 0.09 | 0.09 | 0.73 | 0 | 0.05 | 0.26 |
Hex | 45 | 3F | 3F | 0 | 9 | 9 | 49 | 0 | 5 | 1A |
Octal | 105 | 77 | 77 | 0 | 11 | 11 | 111 | 0 | 5 | 32 |
Binary | 1000101 | 111111 | 111111 | 0 | 1001 | 1001 | 1001001 | 0 | 101 | 11010 |
Color Harmonies of #453F3F
Complementary color
Monochromatic Colors of #453F3F
Black with #453F3F
Text Example
Text Example
White with #453F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F3F; }
p { color: rgb(69,63,63); }
H1.HeaderClassName
{
color: #453F3F;
}
.AnyTagClassName
{
color: #453F3F;
}
</style>
background-color css
<style>
a { background-color: #453F3F; }
a { background-color: rgb(69,63,63); }
div.DivClassName
{
background-color: #453F3F;
}
.BgClassName
{
background-color: #453F3F;
}
</style>
border-color css
<style>
span { border-color: #453F3F; }
span { border-color: rgb(69,63,63); }
td.TdClassName
{
border-color: #453F3F;
}
.TagClassName
{
border-color: #453F3F;
}
</style>