Shades of Kilamanjaro #383533
Tints of Kilamanjaro #383533
RGB
CMYK
RGB Variations
Color information
#383533 (or 0x383533) is known color: Kilamanjaro. HEX triplet: 38, 35 and 33. RGB value is (56,53,51). Sum of RGB (Red+Green+Blue) = 56+53+51=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383533 is #C7CACC. Grayscale: #353535. Windows color (decimal): -13093581 or 3355960. OLE color: 3355960.
HSL color Cylindrical-coordinate representation of color #383533: hue angle of 24º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #383533 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 51 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.78 |
| HSL | 24º | 0.05% | 0.21% | - |
| HSV(B) | 24º | 0.09% | 0.22% | - |
| XYZ | 3.5 | 3.63 | 3.65 | - |
| YUV | 53.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 51 | 0 | 0.05 | 0.09 | 0.78 | 24 | 0.05 | 0.21 |
| Hex | 38 | 35 | 33 | 0 | 5 | 9 | 4E | 18 | 5 | 15 |
| Octal | 70 | 65 | 63 | 0 | 5 | 11 | 116 | 30 | 5 | 25 |
| Binary | 111000 | 110101 | 110011 | 0 | 101 | 1001 | 1001110 | 11000 | 101 | 10101 |
Color Harmonies of #383533
Complementary color
Monochromatic Colors of #383533
Black with #383533
Text Example
Text Example
White with #383533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383533; }
p { color: rgb(56,53,51); }
H1.HeaderClassName
{
color: #383533;
}
.AnyTagClassName
{
color: #383533;
}
</style>
background-color css
<style>
a { background-color: #383533; }
a { background-color: rgb(56,53,51); }
div.DivClassName
{
background-color: #383533;
}
.BgClassName
{
background-color: #383533;
}
</style>
border-color css
<style>
span { border-color: #383533; }
span { border-color: rgb(56,53,51); }
td.TdClassName
{
border-color: #383533;
}
.TagClassName
{
border-color: #383533;
}
</style>