Shades of Kilamanjaro #3C3631
Tints of Kilamanjaro #3C3631
RGB
CMYK
RGB Variations
Color information
#3C3631 (or 0x3C3631) is known color: Kilamanjaro. HEX triplet: 3C, 36 and 31. RGB value is (60,54,49). Sum of RGB (Red+Green+Blue) = 60+54+49=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3631 is #C3C9CE. Grayscale: #373737. Windows color (decimal): -12831183 or 3225148. OLE color: 3225148.
HSL color Cylindrical-coordinate representation of color #3C3631: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3631 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 49 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.76 |
| HSL | 27.27º | 0.1% | 0.21% | - |
| HSV(B) | 27.27º | 0.18% | 0.24% | - |
| XYZ | 3.74 | 3.82 | 3.45 | - |
| YUV | 55.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 49 | 0 | 0.10 | 0.18 | 0.76 | 27.27 | 0.1 | 0.21 |
| Hex | 3C | 36 | 31 | 0 | A | 12 | 4C | 1B | A | 15 |
| Octal | 74 | 66 | 61 | 0 | 12 | 22 | 114 | 33 | 12 | 25 |
| Binary | 111100 | 110110 | 110001 | 0 | 1010 | 10010 | 1001100 | 11011 | 1010 | 10101 |
Color Harmonies of #3C3631
Complementary color
Monochromatic Colors of #3C3631
Black with #3C3631
Text Example
Text Example
White with #3C3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3631; }
p { color: rgb(60,54,49); }
H1.HeaderClassName
{
color: #3C3631;
}
.AnyTagClassName
{
color: #3C3631;
}
</style>
background-color css
<style>
a { background-color: #3C3631; }
a { background-color: rgb(60,54,49); }
div.DivClassName
{
background-color: #3C3631;
}
.BgClassName
{
background-color: #3C3631;
}
</style>
border-color css
<style>
span { border-color: #3C3631; }
span { border-color: rgb(60,54,49); }
td.TdClassName
{
border-color: #3C3631;
}
.TagClassName
{
border-color: #3C3631;
}
</style>