Shades of Haiti #0F0B17
Tints of Haiti #0F0B17
RGB
CMYK
RGB Variations
Color information
#0F0B17 (or 0x0F0B17) is known color: Haiti. HEX triplet: 0F, 0B and 17. RGB value is (15,11,23). Sum of RGB (Red+Green+Blue) = 15+11+23=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B17 is #F0F4E8. Grayscale: #0D0D0D. Windows color (decimal): -15791337 or 1510159. OLE color: 1510159.
HSL color Cylindrical-coordinate representation of color #0F0B17: hue angle of 260º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F0B17 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 11 | 23 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.91 |
| HSL | 260º | 0.35% | 0.07% | - |
| HSV(B) | 260º | 0.52% | 0.09% | - |
| XYZ | 0.47 | 0.4 | 0.86 | - |
| YUV | 13.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 23 | 0.35 | 0.52 | 0 | 0.91 | 260 | 0.35 | 0.07 |
| Hex | F | B | 17 | 23 | 34 | 0 | 5B | 104 | 23 | 7 |
| Octal | 17 | 13 | 27 | 43 | 64 | 0 | 133 | 404 | 43 | 7 |
| Binary | 1111 | 1011 | 10111 | 100011 | 110100 | 0 | 1011011 | 100000100 | 100011 | 111 |
Color Harmonies of #0F0B17
Complementary color
Monochromatic Colors of #0F0B17
Black with #0F0B17
Text Example
Text Example
White with #0F0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B17; }
p { color: rgb(15,11,23); }
H1.HeaderClassName
{
color: #0F0B17;
}
.AnyTagClassName
{
color: #0F0B17;
}
</style>
background-color css
<style>
a { background-color: #0F0B17; }
a { background-color: rgb(15,11,23); }
div.DivClassName
{
background-color: #0F0B17;
}
.BgClassName
{
background-color: #0F0B17;
}
</style>
border-color css
<style>
span { border-color: #0F0B17; }
span { border-color: rgb(15,11,23); }
td.TdClassName
{
border-color: #0F0B17;
}
.TagClassName
{
border-color: #0F0B17;
}
</style>