Shades of Kilamanjaro #3C3430
Tints of Kilamanjaro #3C3430
RGB
CMYK
RGB Variations
Color information
#3C3430 (or 0x3C3430) is known color: Kilamanjaro. HEX triplet: 3C, 34 and 30. RGB value is (60,52,48). Sum of RGB (Red+Green+Blue) = 60+52+48=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3430 is #C3CBCF. Grayscale: #353535. Windows color (decimal): -12831696 or 3159100. OLE color: 3159100.
HSL color Cylindrical-coordinate representation of color #3C3430: hue angle of 20º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C3430 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 48 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.76 |
| HSL | 20º | 0.11% | 0.21% | - |
| HSV(B) | 20º | 0.2% | 0.24% | - |
| XYZ | 3.62 | 3.63 | 3.31 | - |
| YUV | 53.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 48 | 0 | 0.13 | 0.20 | 0.76 | 20 | 0.11 | 0.21 |
| Hex | 3C | 34 | 30 | 0 | D | 14 | 4C | 14 | B | 15 |
| Octal | 74 | 64 | 60 | 0 | 15 | 24 | 114 | 24 | 13 | 25 |
| Binary | 111100 | 110100 | 110000 | 0 | 1101 | 10100 | 1001100 | 10100 | 1011 | 10101 |
Color Harmonies of #3C3430
Complementary color
Monochromatic Colors of #3C3430
Black with #3C3430
Text Example
Text Example
White with #3C3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3430; }
p { color: rgb(60,52,48); }
H1.HeaderClassName
{
color: #3C3430;
}
.AnyTagClassName
{
color: #3C3430;
}
</style>
background-color css
<style>
a { background-color: #3C3430; }
a { background-color: rgb(60,52,48); }
div.DivClassName
{
background-color: #3C3430;
}
.BgClassName
{
background-color: #3C3430;
}
</style>
border-color css
<style>
span { border-color: #3C3430; }
span { border-color: rgb(60,52,48); }
td.TdClassName
{
border-color: #3C3430;
}
.TagClassName
{
border-color: #3C3430;
}
</style>