Shades of Kilamanjaro #373330
Tints of Kilamanjaro #373330
RGB
CMYK
RGB Variations
Color information
#373330 (or 0x373330) is known color: Kilamanjaro. HEX triplet: 37, 33 and 30. RGB value is (55,51,48). Sum of RGB (Red+Green+Blue) = 55+51+48=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 55 - color contains mainly: red. Hex color #373330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373330 is #C8CCCF. Grayscale: #333333. Windows color (decimal): -13159632 or 3158839. OLE color: 3158839.
HSL color Cylindrical-coordinate representation of color #373330: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373330 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 48 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.78 |
| HSL | 25.71º | 0.07% | 0.2% | - |
| HSV(B) | 25.71º | 0.13% | 0.22% | - |
| XYZ | 3.29 | 3.39 | 3.28 | - |
| YUV | 51.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 48 | 0 | 0.07 | 0.13 | 0.78 | 25.71 | 0.07 | 0.2 |
| Hex | 37 | 33 | 30 | 0 | 7 | D | 4E | 1A | 7 | 14 |
| Octal | 67 | 63 | 60 | 0 | 7 | 15 | 116 | 32 | 7 | 24 |
| Binary | 110111 | 110011 | 110000 | 0 | 111 | 1101 | 1001110 | 11010 | 111 | 10100 |
Color Harmonies of #373330
Complementary color
Monochromatic Colors of #373330
Black with #373330
Text Example
Text Example
White with #373330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373330; }
p { color: rgb(55,51,48); }
H1.HeaderClassName
{
color: #373330;
}
.AnyTagClassName
{
color: #373330;
}
</style>
background-color css
<style>
a { background-color: #373330; }
a { background-color: rgb(55,51,48); }
div.DivClassName
{
background-color: #373330;
}
.BgClassName
{
background-color: #373330;
}
</style>
border-color css
<style>
span { border-color: #373330; }
span { border-color: rgb(55,51,48); }
td.TdClassName
{
border-color: #373330;
}
.TagClassName
{
border-color: #373330;
}
</style>