Shades of Kilamanjaro #333130
Tints of Kilamanjaro #333130
RGB
CMYK
RGB Variations
Color information
#333130 (or 0x333130) is known color: Kilamanjaro. HEX triplet: 33, 31 and 30. RGB value is (51,49,48). Sum of RGB (Red+Green+Blue) = 51+49+48=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 51 - color contains mainly: red. Hex color #333130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333130 is #CCCECF. Grayscale: #313131. Windows color (decimal): -13422288 or 3158323. OLE color: 3158323.
HSL color Cylindrical-coordinate representation of color #333130: hue angle of 20º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #333130 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 49 | 48 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.8 |
| HSL | 20º | 0.03% | 0.19% | - |
| HSV(B) | 20º | 0.06% | 0.2% | - |
| XYZ | 3 | 3.11 | 3.24 | - |
| YUV | 49.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 48 | 0 | 0.04 | 0.06 | 0.8 | 20 | 0.03 | 0.19 |
| Hex | 33 | 31 | 30 | 0 | 4 | 6 | 50 | 14 | 3 | 13 |
| Octal | 63 | 61 | 60 | 0 | 4 | 6 | 120 | 24 | 3 | 23 |
| Binary | 110011 | 110001 | 110000 | 0 | 100 | 110 | 1010000 | 10100 | 11 | 10011 |
Color Harmonies of #333130
Complementary color
Monochromatic Colors of #333130
Black with #333130
Text Example
Text Example
White with #333130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333130; }
p { color: rgb(51,49,48); }
H1.HeaderClassName
{
color: #333130;
}
.AnyTagClassName
{
color: #333130;
}
</style>
background-color css
<style>
a { background-color: #333130; }
a { background-color: rgb(51,49,48); }
div.DivClassName
{
background-color: #333130;
}
.BgClassName
{
background-color: #333130;
}
</style>
border-color css
<style>
span { border-color: #333130; }
span { border-color: rgb(51,49,48); }
td.TdClassName
{
border-color: #333130;
}
.TagClassName
{
border-color: #333130;
}
</style>