Shades of Haiti #0D0521
Tints of Haiti #0D0521
RGB
CMYK
RGB Variations
Color information
#0D0521 (or 0x0D0521) is known color: Haiti. HEX triplet: 0D, 05 and 21. RGB value is (13,5,33). Sum of RGB (Red+Green+Blue) = 13+5+33=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0521 is #F2FADE. Grayscale: #0A0A0A. Windows color (decimal): -15923935 or 2163981. OLE color: 2163981.
HSL color Cylindrical-coordinate representation of color #0D0521: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0521 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 5 | 33 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.87 |
| HSL | 257.14º | 0.74% | 0.07% | - |
| HSV(B) | 257.14º | 0.85% | 0.13% | - |
| XYZ | 0.49 | 0.3 | 1.47 | - |
| YUV | 10.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 33 | 0.61 | 0.85 | 0 | 0.87 | 257.14 | 0.74 | 0.07 |
| Hex | D | 5 | 21 | 3D | 55 | 0 | 57 | 101 | 4A | 7 |
| Octal | 15 | 5 | 41 | 75 | 125 | 0 | 127 | 401 | 112 | 7 |
| Binary | 1101 | 101 | 100001 | 111101 | 1010101 | 0 | 1010111 | 100000001 | 1001010 | 111 |
Color Harmonies of #0D0521
Complementary color
Monochromatic Colors of #0D0521
Black with #0D0521
Text Example
Text Example
White with #0D0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0521; }
p { color: rgb(13,5,33); }
H1.HeaderClassName
{
color: #0D0521;
}
.AnyTagClassName
{
color: #0D0521;
}
</style>
background-color css
<style>
a { background-color: #0D0521; }
a { background-color: rgb(13,5,33); }
div.DivClassName
{
background-color: #0D0521;
}
.BgClassName
{
background-color: #0D0521;
}
</style>
border-color css
<style>
span { border-color: #0D0521; }
span { border-color: rgb(13,5,33); }
td.TdClassName
{
border-color: #0D0521;
}
.TagClassName
{
border-color: #0D0521;
}
</style>