Shades of Haiti #302E37
Tints of Haiti #302E37
RGB
CMYK
RGB Variations
Color information
#302E37 (or 0x302E37) is known color: Haiti. HEX triplet: 30, 2E and 37. RGB value is (48,46,55). Sum of RGB (Red+Green+Blue) = 48+46+55=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 55 - color contains mainly: blue. Hex color #302E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E37 is #CFD1C8. Grayscale: #2F2F2F. Windows color (decimal): -13619657 or 3616304. OLE color: 3616304.
HSL color Cylindrical-coordinate representation of color #302E37: hue angle of 253.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #302E37 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 46 | 55 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.78 |
| HSL | 253.33º | 0.09% | 0.2% | - |
| HSV(B) | 253.33º | 0.16% | 0.22% | - |
| XYZ | 2.89 | 2.86 | 4.01 | - |
| YUV | 47.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 55 | 0.13 | 0.16 | 0 | 0.78 | 253.33 | 0.09 | 0.2 |
| Hex | 30 | 2E | 37 | D | 10 | 0 | 4E | FD | 9 | 14 |
| Octal | 60 | 56 | 67 | 15 | 20 | 0 | 116 | 375 | 11 | 24 |
| Binary | 110000 | 101110 | 110111 | 1101 | 10000 | 0 | 1001110 | 11111101 | 1001 | 10100 |
Color Harmonies of #302E37
Complementary color
Monochromatic Colors of #302E37
Black with #302E37
Text Example
Text Example
White with #302E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E37; }
p { color: rgb(48,46,55); }
H1.HeaderClassName
{
color: #302E37;
}
.AnyTagClassName
{
color: #302E37;
}
</style>
background-color css
<style>
a { background-color: #302E37; }
a { background-color: rgb(48,46,55); }
div.DivClassName
{
background-color: #302E37;
}
.BgClassName
{
background-color: #302E37;
}
</style>
border-color css
<style>
span { border-color: #302E37; }
span { border-color: rgb(48,46,55); }
td.TdClassName
{
border-color: #302E37;
}
.TagClassName
{
border-color: #302E37;
}
</style>