Shades of Haiti #0D061C
Tints of Haiti #0D061C
RGB
CMYK
RGB Variations
Color information
#0D061C (or 0x0D061C) is known color: Haiti. HEX triplet: 0D, 06 and 1C. RGB value is (13,6,28). Sum of RGB (Red+Green+Blue) = 13+6+28=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061C is #F2F9E3. Grayscale: #0A0A0A. Windows color (decimal): -15923684 or 1836557. OLE color: 1836557.
HSL color Cylindrical-coordinate representation of color #0D061C: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D061C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 6 | 28 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.89 |
| HSL | 259.09º | 0.65% | 0.07% | - |
| HSV(B) | 259.09º | 0.79% | 0.11% | - |
| XYZ | 0.44 | 0.3 | 1.13 | - |
| YUV | 10.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 28 | 0.54 | 0.79 | 0 | 0.89 | 259.09 | 0.65 | 0.07 |
| Hex | D | 6 | 1C | 36 | 4F | 0 | 59 | 103 | 41 | 7 |
| Octal | 15 | 6 | 34 | 66 | 117 | 0 | 131 | 403 | 101 | 7 |
| Binary | 1101 | 110 | 11100 | 110110 | 1001111 | 0 | 1011001 | 100000011 | 1000001 | 111 |
Color Harmonies of #0D061C
Complementary color
Monochromatic Colors of #0D061C
Black with #0D061C
Text Example
Text Example
White with #0D061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D061C; }
p { color: rgb(13,6,28); }
H1.HeaderClassName
{
color: #0D061C;
}
.AnyTagClassName
{
color: #0D061C;
}
</style>
background-color css
<style>
a { background-color: #0D061C; }
a { background-color: rgb(13,6,28); }
div.DivClassName
{
background-color: #0D061C;
}
.BgClassName
{
background-color: #0D061C;
}
</style>
border-color css
<style>
span { border-color: #0D061C; }
span { border-color: rgb(13,6,28); }
td.TdClassName
{
border-color: #0D061C;
}
.TagClassName
{
border-color: #0D061C;
}
</style>