Shades of Kilamanjaro #38322E
Tints of Kilamanjaro #38322E
RGB
CMYK
RGB Variations
Color information
#38322E (or 0x38322E) is known color: Kilamanjaro. HEX triplet: 38, 32 and 2E. RGB value is (56,50,46). Sum of RGB (Red+Green+Blue) = 56+50+46=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #38322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38322E is #C7CDD1. Grayscale: #333333. Windows color (decimal): -13094354 or 3027512. OLE color: 3027512.
HSL color Cylindrical-coordinate representation of color #38322E: hue angle of 24º 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 #38322E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 46 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.78 |
| HSL | 24º | 0.1% | 0.2% | - |
| HSV(B) | 24º | 0.18% | 0.22% | - |
| XYZ | 3.26 | 3.32 | 3.05 | - |
| YUV | 51.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 46 | 0 | 0.11 | 0.18 | 0.78 | 24 | 0.1 | 0.2 |
| Hex | 38 | 32 | 2E | 0 | B | 12 | 4E | 18 | A | 14 |
| Octal | 70 | 62 | 56 | 0 | 13 | 22 | 116 | 30 | 12 | 24 |
| Binary | 111000 | 110010 | 101110 | 0 | 1011 | 10010 | 1001110 | 11000 | 1010 | 10100 |
Color Harmonies of #38322E
Complementary color
Monochromatic Colors of #38322E
Black with #38322E
Text Example
Text Example
White with #38322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38322E; }
p { color: rgb(56,50,46); }
H1.HeaderClassName
{
color: #38322E;
}
.AnyTagClassName
{
color: #38322E;
}
</style>
background-color css
<style>
a { background-color: #38322E; }
a { background-color: rgb(56,50,46); }
div.DivClassName
{
background-color: #38322E;
}
.BgClassName
{
background-color: #38322E;
}
</style>
border-color css
<style>
span { border-color: #38322E; }
span { border-color: rgb(56,50,46); }
td.TdClassName
{
border-color: #38322E;
}
.TagClassName
{
border-color: #38322E;
}
</style>