Shades of Maire #0C0B02
Tints of Maire #0C0B02
RGB
CMYK
RGB Variations
Color information
#0C0B02 (or 0x0C0B02) is known color: Maire. HEX triplet: 0C, 0B and 02. RGB value is (12,11,2). Sum of RGB (Red+Green+Blue) = 12+11+2=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B02 is #F3F4FD. Grayscale: #0A0A0A. Windows color (decimal): -15987966 or 133900. OLE color: 133900.
HSL color Cylindrical-coordinate representation of color #0C0B02: hue angle of 54º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0B02 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.95.
Color convert
RGB | 12 | 11 | 2 | - |
CMYK | 0 | 0.08 | 0.83 | 0.95 |
HSL | 54º | 0.71% | 0.03% | - |
HSV(B) | 54º | 0.83% | 0.05% | - |
XYZ | 0.28 | 0.32 | 0.1 | - |
YUV | 10.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 11 | 2 | 0 | 0.08 | 0.83 | 0.95 | 54 | 0.71 | 0.03 |
Hex | C | B | 2 | 0 | 8 | 53 | 5F | 36 | 47 | 3 |
Octal | 14 | 13 | 2 | 0 | 10 | 123 | 137 | 66 | 107 | 3 |
Binary | 1100 | 1011 | 10 | 0 | 1000 | 1010011 | 1011111 | 110110 | 1000111 | 11 |
Color Harmonies of #0C0B02
Complementary color
Monochromatic Colors of #0C0B02
Black with #0C0B02
Text Example
Text Example
White with #0C0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B02; }
p { color: rgb(12,11,2); }
H1.HeaderClassName
{
color: #0C0B02;
}
.AnyTagClassName
{
color: #0C0B02;
}
</style>
background-color css
<style>
a { background-color: #0C0B02; }
a { background-color: rgb(12,11,2); }
div.DivClassName
{
background-color: #0C0B02;
}
.BgClassName
{
background-color: #0C0B02;
}
</style>
border-color css
<style>
span { border-color: #0C0B02; }
span { border-color: rgb(12,11,2); }
td.TdClassName
{
border-color: #0C0B02;
}
.TagClassName
{
border-color: #0C0B02;
}
</style>