Shades of Kilamanjaro #332F2D
Tints of Kilamanjaro #332F2D
RGB
CMYK
RGB Variations
Color information
#332F2D (or 0x332F2D) is known color: Kilamanjaro. HEX triplet: 33, 2F and 2D. RGB value is (51,47,45). Sum of RGB (Red+Green+Blue) = 51+47+45=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 51 - color contains mainly: red. Hex color #332F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F2D is #CCD0D2. Grayscale: #2F2F2F. Windows color (decimal): -13422803 or 2961203. OLE color: 2961203.
HSL color Cylindrical-coordinate representation of color #332F2D: hue angle of 20º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332F2D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 45 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.8 |
| HSL | 20º | 0.06% | 0.19% | - |
| HSV(B) | 20º | 0.12% | 0.2% | - |
| XYZ | 2.86 | 2.93 | 2.9 | - |
| YUV | 47.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 45 | 0 | 0.08 | 0.12 | 0.8 | 20 | 0.06 | 0.19 |
| Hex | 33 | 2F | 2D | 0 | 8 | C | 50 | 14 | 6 | 13 |
| Octal | 63 | 57 | 55 | 0 | 10 | 14 | 120 | 24 | 6 | 23 |
| Binary | 110011 | 101111 | 101101 | 0 | 1000 | 1100 | 1010000 | 10100 | 110 | 10011 |
Color Harmonies of #332F2D
Complementary color
Monochromatic Colors of #332F2D
Black with #332F2D
Text Example
Text Example
White with #332F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F2D; }
p { color: rgb(51,47,45); }
H1.HeaderClassName
{
color: #332F2D;
}
.AnyTagClassName
{
color: #332F2D;
}
</style>
background-color css
<style>
a { background-color: #332F2D; }
a { background-color: rgb(51,47,45); }
div.DivClassName
{
background-color: #332F2D;
}
.BgClassName
{
background-color: #332F2D;
}
</style>
border-color css
<style>
span { border-color: #332F2D; }
span { border-color: rgb(51,47,45); }
td.TdClassName
{
border-color: #332F2D;
}
.TagClassName
{
border-color: #332F2D;
}
</style>