Shades of Haiti #302E39
Tints of Haiti #302E39
RGB
CMYK
RGB Variations
Color information
#302E39 (or 0x302E39) is known color: Haiti. HEX triplet: 30, 2E and 39. RGB value is (48,46,57). Sum of RGB (Red+Green+Blue) = 48+46+57=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 57 - color contains mainly: blue. Hex color #302E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E39 is #CFD1C6. Grayscale: #2F2F2F. Windows color (decimal): -13619655 or 3747376. OLE color: 3747376.
HSL color Cylindrical-coordinate representation of color #302E39: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302E39 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 46 | 57 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.78 |
| HSL | 250.91º | 0.11% | 0.2% | - |
| HSV(B) | 250.91º | 0.19% | 0.22% | - |
| XYZ | 2.93 | 2.88 | 4.27 | - |
| YUV | 47.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 57 | 0.16 | 0.19 | 0 | 0.78 | 250.91 | 0.11 | 0.2 |
| Hex | 30 | 2E | 39 | 10 | 13 | 0 | 4E | FB | B | 14 |
| Octal | 60 | 56 | 71 | 20 | 23 | 0 | 116 | 373 | 13 | 24 |
| Binary | 110000 | 101110 | 111001 | 10000 | 10011 | 0 | 1001110 | 11111011 | 1011 | 10100 |
Color Harmonies of #302E39
Complementary color
Monochromatic Colors of #302E39
Black with #302E39
Text Example
Text Example
White with #302E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E39; }
p { color: rgb(48,46,57); }
H1.HeaderClassName
{
color: #302E39;
}
.AnyTagClassName
{
color: #302E39;
}
</style>
background-color css
<style>
a { background-color: #302E39; }
a { background-color: rgb(48,46,57); }
div.DivClassName
{
background-color: #302E39;
}
.BgClassName
{
background-color: #302E39;
}
</style>
border-color css
<style>
span { border-color: #302E39; }
span { border-color: rgb(48,46,57); }
td.TdClassName
{
border-color: #302E39;
}
.TagClassName
{
border-color: #302E39;
}
</style>