Shades of Kilamanjaro #3C332D
Tints of Kilamanjaro #3C332D
RGB
CMYK
RGB Variations
Color information
#3C332D (or 0x3C332D) is known color: Kilamanjaro. HEX triplet: 3C, 33 and 2D. RGB value is (60,51,45). Sum of RGB (Red+Green+Blue) = 60+51+45=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C332D is #C3CCD2. Grayscale: #353535. Windows color (decimal): -12831955 or 2962236. OLE color: 2962236.
HSL color Cylindrical-coordinate representation of color #3C332D: hue angle of 24º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C332D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 45 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.76 |
| HSL | 24º | 0.14% | 0.21% | - |
| HSV(B) | 24º | 0.25% | 0.24% | - |
| XYZ | 3.52 | 3.52 | 2.98 | - |
| YUV | 53.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 45 | 0 | 0.15 | 0.25 | 0.76 | 24 | 0.14 | 0.21 |
| Hex | 3C | 33 | 2D | 0 | F | 19 | 4C | 18 | E | 15 |
| Octal | 74 | 63 | 55 | 0 | 17 | 31 | 114 | 30 | 16 | 25 |
| Binary | 111100 | 110011 | 101101 | 0 | 1111 | 11001 | 1001100 | 11000 | 1110 | 10101 |
Color Harmonies of #3C332D
Complementary color
Monochromatic Colors of #3C332D
Black with #3C332D
Text Example
Text Example
White with #3C332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C332D; }
p { color: rgb(60,51,45); }
H1.HeaderClassName
{
color: #3C332D;
}
.AnyTagClassName
{
color: #3C332D;
}
</style>
background-color css
<style>
a { background-color: #3C332D; }
a { background-color: rgb(60,51,45); }
div.DivClassName
{
background-color: #3C332D;
}
.BgClassName
{
background-color: #3C332D;
}
</style>
border-color css
<style>
span { border-color: #3C332D; }
span { border-color: rgb(60,51,45); }
td.TdClassName
{
border-color: #3C332D;
}
.TagClassName
{
border-color: #3C332D;
}
</style>