Shades of Haiti #302E3D
Tints of Haiti #302E3D
RGB
CMYK
RGB Variations
Color information
#302E3D (or 0x302E3D) is known color: Haiti. HEX triplet: 30, 2E and 3D. RGB value is (48,46,61). Sum of RGB (Red+Green+Blue) = 48+46+61=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #302E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E3D is #CFD1C2. Grayscale: #303030. Windows color (decimal): -13619651 or 4009520. OLE color: 4009520.
HSL color Cylindrical-coordinate representation of color #302E3D: hue angle of 248º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302E3D is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 46 | 61 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.76 |
| HSL | 248º | 0.14% | 0.21% | - |
| HSV(B) | 248º | 0.25% | 0.24% | - |
| XYZ | 3.04 | 2.92 | 4.82 | - |
| YUV | 48.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 61 | 0.21 | 0.25 | 0 | 0.76 | 248 | 0.14 | 0.21 |
| Hex | 30 | 2E | 3D | 15 | 19 | 0 | 4C | F8 | E | 15 |
| Octal | 60 | 56 | 75 | 25 | 31 | 0 | 114 | 370 | 16 | 25 |
| Binary | 110000 | 101110 | 111101 | 10101 | 11001 | 0 | 1001100 | 11111000 | 1110 | 10101 |
Color Harmonies of #302E3D
Complementary color
Monochromatic Colors of #302E3D
Black with #302E3D
Text Example
Text Example
White with #302E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E3D; }
p { color: rgb(48,46,61); }
H1.HeaderClassName
{
color: #302E3D;
}
.AnyTagClassName
{
color: #302E3D;
}
</style>
background-color css
<style>
a { background-color: #302E3D; }
a { background-color: rgb(48,46,61); }
div.DivClassName
{
background-color: #302E3D;
}
.BgClassName
{
background-color: #302E3D;
}
</style>
border-color css
<style>
span { border-color: #302E3D; }
span { border-color: rgb(48,46,61); }
td.TdClassName
{
border-color: #302E3D;
}
.TagClassName
{
border-color: #302E3D;
}
</style>