Shades of Haiti #0C051C
Tints of Haiti #0C051C
RGB
CMYK
RGB Variations
Color information
#0C051C (or 0x0C051C) is known color: Haiti. HEX triplet: 0C, 05 and 1C. RGB value is (12,5,28). Sum of RGB (Red+Green+Blue) = 12+5+28=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C051C is #F3FAE3. Grayscale: #090909. Windows color (decimal): -15989476 or 1836300. OLE color: 1836300.
HSL color Cylindrical-coordinate representation of color #0C051C: hue angle of 258.26º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C051C is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 5 | 28 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.89 |
| HSL | 258.26º | 0.7% | 0.06% | - |
| HSV(B) | 258.26º | 0.82% | 0.11% | - |
| XYZ | 0.42 | 0.27 | 1.13 | - |
| YUV | 9.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 28 | 0.57 | 0.82 | 0 | 0.89 | 258.26 | 0.7 | 0.06 |
| Hex | C | 5 | 1C | 39 | 52 | 0 | 59 | 102 | 46 | 6 |
| Octal | 14 | 5 | 34 | 71 | 122 | 0 | 131 | 402 | 106 | 6 |
| Binary | 1100 | 101 | 11100 | 111001 | 1010010 | 0 | 1011001 | 100000010 | 1000110 | 110 |
Color Harmonies of #0C051C
Complementary color
Monochromatic Colors of #0C051C
Black with #0C051C
Text Example
Text Example
White with #0C051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C051C; }
p { color: rgb(12,5,28); }
H1.HeaderClassName
{
color: #0C051C;
}
.AnyTagClassName
{
color: #0C051C;
}
</style>
background-color css
<style>
a { background-color: #0C051C; }
a { background-color: rgb(12,5,28); }
div.DivClassName
{
background-color: #0C051C;
}
.BgClassName
{
background-color: #0C051C;
}
</style>
border-color css
<style>
span { border-color: #0C051C; }
span { border-color: rgb(12,5,28); }
td.TdClassName
{
border-color: #0C051C;
}
.TagClassName
{
border-color: #0C051C;
}
</style>