Shades of Haiti #0C0618
Tints of Haiti #0C0618
RGB
CMYK
RGB Variations
Color information
#0C0618 (or 0x0C0618) is known color: Haiti. HEX triplet: 0C, 06 and 18. RGB value is (12,6,24). Sum of RGB (Red+Green+Blue) = 12+6+24=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0618 is #F3F9E7. Grayscale: #090909. Windows color (decimal): -15989224 or 1574412. OLE color: 1574412.
HSL color Cylindrical-coordinate representation of color #0C0618: hue angle of 260º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C0618 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 6 | 24 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.91 |
| HSL | 260º | 0.6% | 0.06% | - |
| HSV(B) | 260º | 0.75% | 0.09% | - |
| XYZ | 0.38 | 0.27 | 0.9 | - |
| YUV | 9.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 24 | 0.50 | 0.75 | 0 | 0.91 | 260 | 0.6 | 0.06 |
| Hex | C | 6 | 18 | 32 | 4B | 0 | 5B | 104 | 3C | 6 |
| Octal | 14 | 6 | 30 | 62 | 113 | 0 | 133 | 404 | 74 | 6 |
| Binary | 1100 | 110 | 11000 | 110010 | 1001011 | 0 | 1011011 | 100000100 | 111100 | 110 |
Color Harmonies of #0C0618
Complementary color
Monochromatic Colors of #0C0618
Black with #0C0618
Text Example
Text Example
White with #0C0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0618; }
p { color: rgb(12,6,24); }
H1.HeaderClassName
{
color: #0C0618;
}
.AnyTagClassName
{
color: #0C0618;
}
</style>
background-color css
<style>
a { background-color: #0C0618; }
a { background-color: rgb(12,6,24); }
div.DivClassName
{
background-color: #0C0618;
}
.BgClassName
{
background-color: #0C0618;
}
</style>
border-color css
<style>
span { border-color: #0C0618; }
span { border-color: rgb(12,6,24); }
td.TdClassName
{
border-color: #0C0618;
}
.TagClassName
{
border-color: #0C0618;
}
</style>