Shades of Haiti #302D37
Tints of Haiti #302D37
RGB
CMYK
RGB Variations
Color information
#302D37 (or 0x302D37) is known color: Haiti. HEX triplet: 30, 2D and 37. RGB value is (48,45,55). Sum of RGB (Red+Green+Blue) = 48+45+55=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 55 - color contains mainly: blue. Hex color #302D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D37 is #CFD2C8. Grayscale: #2E2E2E. Windows color (decimal): -13619913 or 3616048. OLE color: 3616048.
HSL color Cylindrical-coordinate representation of color #302D37: hue angle of 258º 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 #302D37 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 45 | 55 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.78 |
| HSL | 258º | 0.1% | 0.2% | - |
| HSV(B) | 258º | 0.18% | 0.22% | - |
| XYZ | 2.85 | 2.78 | 4 | - |
| YUV | 47.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 55 | 0.13 | 0.18 | 0 | 0.78 | 258 | 0.1 | 0.2 |
| Hex | 30 | 2D | 37 | D | 12 | 0 | 4E | 102 | A | 14 |
| Octal | 60 | 55 | 67 | 15 | 22 | 0 | 116 | 402 | 12 | 24 |
| Binary | 110000 | 101101 | 110111 | 1101 | 10010 | 0 | 1001110 | 100000010 | 1010 | 10100 |
Color Harmonies of #302D37
Complementary color
Monochromatic Colors of #302D37
Black with #302D37
Text Example
Text Example
White with #302D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D37; }
p { color: rgb(48,45,55); }
H1.HeaderClassName
{
color: #302D37;
}
.AnyTagClassName
{
color: #302D37;
}
</style>
background-color css
<style>
a { background-color: #302D37; }
a { background-color: rgb(48,45,55); }
div.DivClassName
{
background-color: #302D37;
}
.BgClassName
{
background-color: #302D37;
}
</style>
border-color css
<style>
span { border-color: #302D37; }
span { border-color: rgb(48,45,55); }
td.TdClassName
{
border-color: #302D37;
}
.TagClassName
{
border-color: #302D37;
}
</style>