Shades of Kilamanjaro #3C3835
Tints of Kilamanjaro #3C3835
RGB
CMYK
RGB Variations
Color information
#3C3835 (or 0x3C3835) is known color: Kilamanjaro. HEX triplet: 3C, 38 and 35. RGB value is (60,56,53). Sum of RGB (Red+Green+Blue) = 60+56+53=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3835 is #C3C7CA. Grayscale: #383838. Windows color (decimal): -12830667 or 3487804. OLE color: 3487804.
HSL color Cylindrical-coordinate representation of color #3C3835: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3835 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 53 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.76 |
| HSL | 25.71º | 0.06% | 0.22% | - |
| HSV(B) | 25.71º | 0.12% | 0.24% | - |
| XYZ | 3.92 | 4.05 | 3.94 | - |
| YUV | 56.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 53 | 0 | 0.07 | 0.12 | 0.76 | 25.71 | 0.06 | 0.22 |
| Hex | 3C | 38 | 35 | 0 | 7 | C | 4C | 1A | 6 | 16 |
| Octal | 74 | 70 | 65 | 0 | 7 | 14 | 114 | 32 | 6 | 26 |
| Binary | 111100 | 111000 | 110101 | 0 | 111 | 1100 | 1001100 | 11010 | 110 | 10110 |
Color Harmonies of #3C3835
Complementary color
Monochromatic Colors of #3C3835
Black with #3C3835
Text Example
Text Example
White with #3C3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3835; }
p { color: rgb(60,56,53); }
H1.HeaderClassName
{
color: #3C3835;
}
.AnyTagClassName
{
color: #3C3835;
}
</style>
background-color css
<style>
a { background-color: #3C3835; }
a { background-color: rgb(60,56,53); }
div.DivClassName
{
background-color: #3C3835;
}
.BgClassName
{
background-color: #3C3835;
}
</style>
border-color css
<style>
span { border-color: #3C3835; }
span { border-color: rgb(60,56,53); }
td.TdClassName
{
border-color: #3C3835;
}
.TagClassName
{
border-color: #3C3835;
}
</style>