Shades of Haiti #0C0321
Tints of Haiti #0C0321
RGB
CMYK
RGB Variations
Color information
#0C0321 (or 0x0C0321) is known color: Haiti. HEX triplet: 0C, 03 and 21. RGB value is (12,3,33). Sum of RGB (Red+Green+Blue) = 12+3+33=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 33 (13.28% from 255 or 68.75% from 48); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0321 is #F3FCDE. Grayscale: #090909. Windows color (decimal): -15989983 or 2163468. OLE color: 2163468.
HSL color Cylindrical-coordinate representation of color #0C0321: hue angle of 258º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0321 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 3 | 33 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.87 |
| HSL | 258º | 0.83% | 0.07% | - |
| HSV(B) | 258º | 0.91% | 0.13% | - |
| XYZ | 0.46 | 0.25 | 1.46 | - |
| YUV | 9.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 33 | 0.64 | 0.91 | 0 | 0.87 | 258 | 0.83 | 0.07 |
| Hex | C | 3 | 21 | 40 | 5B | 0 | 57 | 102 | 53 | 7 |
| Octal | 14 | 3 | 41 | 100 | 133 | 0 | 127 | 402 | 123 | 7 |
| Binary | 1100 | 11 | 100001 | 1000000 | 1011011 | 0 | 1010111 | 100000010 | 1010011 | 111 |
Color Harmonies of #0C0321
Complementary color
Monochromatic Colors of #0C0321
Black with #0C0321
Text Example
Text Example
White with #0C0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0321; }
p { color: rgb(12,3,33); }
H1.HeaderClassName
{
color: #0C0321;
}
.AnyTagClassName
{
color: #0C0321;
}
</style>
background-color css
<style>
a { background-color: #0C0321; }
a { background-color: rgb(12,3,33); }
div.DivClassName
{
background-color: #0C0321;
}
.BgClassName
{
background-color: #0C0321;
}
</style>
border-color css
<style>
span { border-color: #0C0321; }
span { border-color: rgb(12,3,33); }
td.TdClassName
{
border-color: #0C0321;
}
.TagClassName
{
border-color: #0C0321;
}
</style>