Shades of Haiti #241F33
Tints of Haiti #241F33
RGB
CMYK
RGB Variations
Color information
#241F33 (or 0x241F33) is known color: Haiti. HEX triplet: 24, 1F and 33. RGB value is (36,31,51). Sum of RGB (Red+Green+Blue) = 36+31+51=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #241F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F33 is #DBE0CC. Grayscale: #222222. Windows color (decimal): -14409933 or 3350308. OLE color: 3350308.
HSL color Cylindrical-coordinate representation of color #241F33: hue angle of 255º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241F33 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 31 | 51 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.8 |
| HSL | 255º | 0.24% | 0.16% | - |
| HSV(B) | 255º | 0.39% | 0.2% | - |
| XYZ | 1.82 | 1.59 | 3.34 | - |
| YUV | 34.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 51 | 0.29 | 0.39 | 0 | 0.8 | 255 | 0.24 | 0.16 |
| Hex | 24 | 1F | 33 | 1D | 27 | 0 | 50 | FF | 18 | 10 |
| Octal | 44 | 37 | 63 | 35 | 47 | 0 | 120 | 377 | 30 | 20 |
| Binary | 100100 | 11111 | 110011 | 11101 | 100111 | 0 | 1010000 | 11111111 | 11000 | 10000 |
Color Harmonies of #241F33
Complementary color
Monochromatic Colors of #241F33
Black with #241F33
Text Example
Text Example
White with #241F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F33; }
p { color: rgb(36,31,51); }
H1.HeaderClassName
{
color: #241F33;
}
.AnyTagClassName
{
color: #241F33;
}
</style>
background-color css
<style>
a { background-color: #241F33; }
a { background-color: rgb(36,31,51); }
div.DivClassName
{
background-color: #241F33;
}
.BgClassName
{
background-color: #241F33;
}
</style>
border-color css
<style>
span { border-color: #241F33; }
span { border-color: rgb(36,31,51); }
td.TdClassName
{
border-color: #241F33;
}
.TagClassName
{
border-color: #241F33;
}
</style>