Shades of Haiti #0F0A1A
Tints of Haiti #0F0A1A
RGB
CMYK
RGB Variations
Color information
#0F0A1A (or 0x0F0A1A) is known color: Haiti. HEX triplet: 0F, 0A and 1A. RGB value is (15,10,26). Sum of RGB (Red+Green+Blue) = 15+10+26=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F0A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A1A is #F0F5E5. Grayscale: #0D0D0D. Windows color (decimal): -15791590 or 1706511. OLE color: 1706511.
HSL color Cylindrical-coordinate representation of color #0F0A1A: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0A1A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 10 | 26 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.90 |
| HSL | 258.75º | 0.44% | 0.07% | - |
| HSV(B) | 258.75º | 0.62% | 0.1% | - |
| XYZ | 0.49 | 0.39 | 1.03 | - |
| YUV | 13.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 26 | 0.42 | 0.62 | 0 | 0.90 | 258.75 | 0.44 | 0.07 |
| Hex | F | A | 1A | 2A | 3E | 0 | 5A | 103 | 2C | 7 |
| Octal | 17 | 12 | 32 | 52 | 76 | 0 | 132 | 403 | 54 | 7 |
| Binary | 1111 | 1010 | 11010 | 101010 | 111110 | 0 | 1011010 | 100000011 | 101100 | 111 |
Color Harmonies of #0F0A1A
Complementary color
Monochromatic Colors of #0F0A1A
Black with #0F0A1A
Text Example
Text Example
White with #0F0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A1A; }
p { color: rgb(15,10,26); }
H1.HeaderClassName
{
color: #0F0A1A;
}
.AnyTagClassName
{
color: #0F0A1A;
}
</style>
background-color css
<style>
a { background-color: #0F0A1A; }
a { background-color: rgb(15,10,26); }
div.DivClassName
{
background-color: #0F0A1A;
}
.BgClassName
{
background-color: #0F0A1A;
}
</style>
border-color css
<style>
span { border-color: #0F0A1A; }
span { border-color: rgb(15,10,26); }
td.TdClassName
{
border-color: #0F0A1A;
}
.TagClassName
{
border-color: #0F0A1A;
}
</style>