Shades of Kilamanjaro #3B332F
Tints of Kilamanjaro #3B332F
RGB
CMYK
RGB Variations
Color information
#3B332F (or 0x3B332F) is known color: Kilamanjaro. HEX triplet: 3B, 33 and 2F. RGB value is (59,51,47). Sum of RGB (Red+Green+Blue) = 59+51+47=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B332F is #C4CCD0. Grayscale: #343434. Windows color (decimal): -12897489 or 3093307. OLE color: 3093307.
HSL color Cylindrical-coordinate representation of color #3B332F: hue angle of 20º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B332F is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 47 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.77 |
| HSL | 20º | 0.11% | 0.21% | - |
| HSV(B) | 20º | 0.2% | 0.23% | - |
| XYZ | 3.5 | 3.5 | 3.18 | - |
| YUV | 52.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 47 | 0 | 0.14 | 0.20 | 0.77 | 20 | 0.11 | 0.21 |
| Hex | 3B | 33 | 2F | 0 | E | 14 | 4D | 14 | B | 15 |
| Octal | 73 | 63 | 57 | 0 | 16 | 24 | 115 | 24 | 13 | 25 |
| Binary | 111011 | 110011 | 101111 | 0 | 1110 | 10100 | 1001101 | 10100 | 1011 | 10101 |
Color Harmonies of #3B332F
Complementary color
Monochromatic Colors of #3B332F
Black with #3B332F
Text Example
Text Example
White with #3B332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B332F; }
p { color: rgb(59,51,47); }
H1.HeaderClassName
{
color: #3B332F;
}
.AnyTagClassName
{
color: #3B332F;
}
</style>
background-color css
<style>
a { background-color: #3B332F; }
a { background-color: rgb(59,51,47); }
div.DivClassName
{
background-color: #3B332F;
}
.BgClassName
{
background-color: #3B332F;
}
</style>
border-color css
<style>
span { border-color: #3B332F; }
span { border-color: rgb(59,51,47); }
td.TdClassName
{
border-color: #3B332F;
}
.TagClassName
{
border-color: #3B332F;
}
</style>