Shades of Kilamanjaro #3B3530
Tints of Kilamanjaro #3B3530
RGB
CMYK
RGB Variations
Color information
#3B3530 (or 0x3B3530) is known color: Kilamanjaro. HEX triplet: 3B, 35 and 30. RGB value is (59,53,48). Sum of RGB (Red+Green+Blue) = 59+53+48=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3530 is #C4CACF. Grayscale: #363636. Windows color (decimal): -12896976 or 3159355. OLE color: 3159355.
HSL color Cylindrical-coordinate representation of color #3B3530: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3530 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 48 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.77 |
| HSL | 27.27º | 0.1% | 0.21% | - |
| HSV(B) | 27.27º | 0.19% | 0.23% | - |
| XYZ | 3.61 | 3.69 | 3.32 | - |
| YUV | 54.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 48 | 0 | 0.10 | 0.19 | 0.77 | 27.27 | 0.1 | 0.21 |
| Hex | 3B | 35 | 30 | 0 | A | 13 | 4D | 1B | A | 15 |
| Octal | 73 | 65 | 60 | 0 | 12 | 23 | 115 | 33 | 12 | 25 |
| Binary | 111011 | 110101 | 110000 | 0 | 1010 | 10011 | 1001101 | 11011 | 1010 | 10101 |
Color Harmonies of #3B3530
Complementary color
Monochromatic Colors of #3B3530
Black with #3B3530
Text Example
Text Example
White with #3B3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3530; }
p { color: rgb(59,53,48); }
H1.HeaderClassName
{
color: #3B3530;
}
.AnyTagClassName
{
color: #3B3530;
}
</style>
background-color css
<style>
a { background-color: #3B3530; }
a { background-color: rgb(59,53,48); }
div.DivClassName
{
background-color: #3B3530;
}
.BgClassName
{
background-color: #3B3530;
}
</style>
border-color css
<style>
span { border-color: #3B3530; }
span { border-color: rgb(59,53,48); }
td.TdClassName
{
border-color: #3B3530;
}
.TagClassName
{
border-color: #3B3530;
}
</style>