Shades of Kilamanjaro #37302D
Tints of Kilamanjaro #37302D
RGB
CMYK
RGB Variations
Color information
#37302D (or 0x37302D) is known color: Kilamanjaro. HEX triplet: 37, 30 and 2D. RGB value is (55,48,45). Sum of RGB (Red+Green+Blue) = 55+48+45=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #37302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37302D is #C8CFD2. Grayscale: #313131. Windows color (decimal): -13160403 or 2961463. OLE color: 2961463.
HSL color Cylindrical-coordinate representation of color #37302D: hue angle of 18º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #37302D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 45 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.78 |
| HSL | 18º | 0.1% | 0.2% | - |
| HSV(B) | 18º | 0.18% | 0.22% | - |
| XYZ | 3.11 | 3.12 | 2.92 | - |
| YUV | 49.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 45 | 0 | 0.13 | 0.18 | 0.78 | 18 | 0.1 | 0.2 |
| Hex | 37 | 30 | 2D | 0 | D | 12 | 4E | 12 | A | 14 |
| Octal | 67 | 60 | 55 | 0 | 15 | 22 | 116 | 22 | 12 | 24 |
| Binary | 110111 | 110000 | 101101 | 0 | 1101 | 10010 | 1001110 | 10010 | 1010 | 10100 |
Color Harmonies of #37302D
Complementary color
Monochromatic Colors of #37302D
Black with #37302D
Text Example
Text Example
White with #37302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37302D; }
p { color: rgb(55,48,45); }
H1.HeaderClassName
{
color: #37302D;
}
.AnyTagClassName
{
color: #37302D;
}
</style>
background-color css
<style>
a { background-color: #37302D; }
a { background-color: rgb(55,48,45); }
div.DivClassName
{
background-color: #37302D;
}
.BgClassName
{
background-color: #37302D;
}
</style>
border-color css
<style>
span { border-color: #37302D; }
span { border-color: rgb(55,48,45); }
td.TdClassName
{
border-color: #37302D;
}
.TagClassName
{
border-color: #37302D;
}
</style>