Shades of Kilamanjaro #353332
Tints of Kilamanjaro #353332
RGB
CMYK
RGB Variations
Color information
#353332 (or 0x353332) is known color: Kilamanjaro. HEX triplet: 35, 33 and 32. RGB value is (53,51,50). Sum of RGB (Red+Green+Blue) = 53+51+50=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 53 - color contains mainly: red. Hex color #353332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353332 is #CACCCD. Grayscale: #333333. Windows color (decimal): -13290702 or 3289909. OLE color: 3289909.
HSL color Cylindrical-coordinate representation of color #353332: hue angle of 20º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #353332 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 51 | 50 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.79 |
| HSL | 20º | 0.03% | 0.2% | - |
| HSV(B) | 20º | 0.06% | 0.21% | - |
| XYZ | 3.23 | 3.35 | 3.5 | - |
| YUV | 51.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 50 | 0 | 0.04 | 0.06 | 0.79 | 20 | 0.03 | 0.2 |
| Hex | 35 | 33 | 32 | 0 | 4 | 6 | 4F | 14 | 3 | 14 |
| Octal | 65 | 63 | 62 | 0 | 4 | 6 | 117 | 24 | 3 | 24 |
| Binary | 110101 | 110011 | 110010 | 0 | 100 | 110 | 1001111 | 10100 | 11 | 10100 |
Color Harmonies of #353332
Complementary color
Monochromatic Colors of #353332
Black with #353332
Text Example
Text Example
White with #353332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353332; }
p { color: rgb(53,51,50); }
H1.HeaderClassName
{
color: #353332;
}
.AnyTagClassName
{
color: #353332;
}
</style>
background-color css
<style>
a { background-color: #353332; }
a { background-color: rgb(53,51,50); }
div.DivClassName
{
background-color: #353332;
}
.BgClassName
{
background-color: #353332;
}
</style>
border-color css
<style>
span { border-color: #353332; }
span { border-color: rgb(53,51,50); }
td.TdClassName
{
border-color: #353332;
}
.TagClassName
{
border-color: #353332;
}
</style>