Shades of Haiti #302F39
Tints of Haiti #302F39
RGB
CMYK
RGB Variations
Color information
#302F39 (or 0x302F39) is known color: Haiti. HEX triplet: 30, 2F and 39. RGB value is (48,47,57). Sum of RGB (Red+Green+Blue) = 48+47+57=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #302F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F39 is #CFD0C6. Grayscale: #303030. Windows color (decimal): -13619399 or 3747632. OLE color: 3747632.
HSL color Cylindrical-coordinate representation of color #302F39: hue angle of 246º 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 #302F39 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 47 | 57 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.78 |
| HSL | 246º | 0.1% | 0.2% | - |
| HSV(B) | 246º | 0.18% | 0.22% | - |
| XYZ | 2.97 | 2.96 | 4.28 | - |
| YUV | 48.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 57 | 0.16 | 0.18 | 0 | 0.78 | 246 | 0.1 | 0.2 |
| Hex | 30 | 2F | 39 | 10 | 12 | 0 | 4E | F6 | A | 14 |
| Octal | 60 | 57 | 71 | 20 | 22 | 0 | 116 | 366 | 12 | 24 |
| Binary | 110000 | 101111 | 111001 | 10000 | 10010 | 0 | 1001110 | 11110110 | 1010 | 10100 |
Color Harmonies of #302F39
Complementary color
Monochromatic Colors of #302F39
Black with #302F39
Text Example
Text Example
White with #302F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F39; }
p { color: rgb(48,47,57); }
H1.HeaderClassName
{
color: #302F39;
}
.AnyTagClassName
{
color: #302F39;
}
</style>
background-color css
<style>
a { background-color: #302F39; }
a { background-color: rgb(48,47,57); }
div.DivClassName
{
background-color: #302F39;
}
.BgClassName
{
background-color: #302F39;
}
</style>
border-color css
<style>
span { border-color: #302F39; }
span { border-color: rgb(48,47,57); }
td.TdClassName
{
border-color: #302F39;
}
.TagClassName
{
border-color: #302F39;
}
</style>