Shades of Haiti #0B0224
Tints of Haiti #0B0224
RGB
CMYK
RGB Variations
Color information
#0B0224 (or 0x0B0224) is known color: Haiti. HEX triplet: 0B, 02 and 24. RGB value is (11,2,36). Sum of RGB (Red+Green+Blue) = 11+2+36=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 36 (14.45% from 255 or 73.47% from 49); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0224 is #F4FDDB. Grayscale: #080808. Windows color (decimal): -16055772 or 2359819. OLE color: 2359819.
HSL color Cylindrical-coordinate representation of color #0B0224: hue angle of 255.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0224 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 2 | 36 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.86 |
| HSL | 255.88º | 0.89% | 0.07% | - |
| HSV(B) | 255.88º | 0.94% | 0.14% | - |
| XYZ | 0.48 | 0.24 | 1.69 | - |
| YUV | 8.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 36 | 0.69 | 0.94 | 0 | 0.86 | 255.88 | 0.89 | 0.07 |
| Hex | B | 2 | 24 | 45 | 5E | 0 | 56 | 100 | 59 | 7 |
| Octal | 13 | 2 | 44 | 105 | 136 | 0 | 126 | 400 | 131 | 7 |
| Binary | 1011 | 10 | 100100 | 1000101 | 1011110 | 0 | 1010110 | 100000000 | 1011001 | 111 |
Color Harmonies of #0B0224
Complementary color
Monochromatic Colors of #0B0224
Black with #0B0224
Text Example
Text Example
White with #0B0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0224; }
p { color: rgb(11,2,36); }
H1.HeaderClassName
{
color: #0B0224;
}
.AnyTagClassName
{
color: #0B0224;
}
</style>
background-color css
<style>
a { background-color: #0B0224; }
a { background-color: rgb(11,2,36); }
div.DivClassName
{
background-color: #0B0224;
}
.BgClassName
{
background-color: #0B0224;
}
</style>
border-color css
<style>
span { border-color: #0B0224; }
span { border-color: rgb(11,2,36); }
td.TdClassName
{
border-color: #0B0224;
}
.TagClassName
{
border-color: #0B0224;
}
</style>