Shades of Kilamanjaro #3C342F
Tints of Kilamanjaro #3C342F
RGB
CMYK
RGB Variations
Color information
#3C342F (or 0x3C342F) is known color: Kilamanjaro. HEX triplet: 3C, 34 and 2F. RGB value is (60,52,47). Sum of RGB (Red+Green+Blue) = 60+52+47=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 60 - color contains mainly: red. Hex color #3C342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C342F is #C3CBD0. Grayscale: #353535. Windows color (decimal): -12831697 or 3093564. OLE color: 3093564.
HSL color Cylindrical-coordinate representation of color #3C342F: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C342F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 47 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.76 |
| HSL | 23.08º | 0.12% | 0.21% | - |
| HSV(B) | 23.08º | 0.22% | 0.24% | - |
| XYZ | 3.6 | 3.62 | 3.2 | - |
| YUV | 53.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 47 | 0 | 0.13 | 0.22 | 0.76 | 23.08 | 0.12 | 0.21 |
| Hex | 3C | 34 | 2F | 0 | D | 16 | 4C | 17 | C | 15 |
| Octal | 74 | 64 | 57 | 0 | 15 | 26 | 114 | 27 | 14 | 25 |
| Binary | 111100 | 110100 | 101111 | 0 | 1101 | 10110 | 1001100 | 10111 | 1100 | 10101 |
Color Harmonies of #3C342F
Complementary color
Monochromatic Colors of #3C342F
Black with #3C342F
Text Example
Text Example
White with #3C342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C342F; }
p { color: rgb(60,52,47); }
H1.HeaderClassName
{
color: #3C342F;
}
.AnyTagClassName
{
color: #3C342F;
}
</style>
background-color css
<style>
a { background-color: #3C342F; }
a { background-color: rgb(60,52,47); }
div.DivClassName
{
background-color: #3C342F;
}
.BgClassName
{
background-color: #3C342F;
}
</style>
border-color css
<style>
span { border-color: #3C342F; }
span { border-color: rgb(60,52,47); }
td.TdClassName
{
border-color: #3C342F;
}
.TagClassName
{
border-color: #3C342F;
}
</style>