Shades of Tolopea #0C0334
Tints of Tolopea #0C0334
RGB
CMYK
RGB Variations
Color information
#0C0334 (or 0x0C0334) is known color: Tolopea. HEX triplet: 0C, 03 and 34. RGB value is (12,3,52). Sum of RGB (Red+Green+Blue) = 12+3+52=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C0334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0334 is #F3FCCB. Grayscale: #0B0B0B. Windows color (decimal): -15989964 or 3408652. OLE color: 3408652.
HSL color Cylindrical-coordinate representation of color #0C0334: hue angle of 251.02º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0334 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 3 | 52 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.80 |
| HSL | 251.02º | 0.89% | 0.11% | - |
| HSV(B) | 251.02º | 0.94% | 0.2% | - |
| XYZ | 0.8 | 0.39 | 3.28 | - |
| YUV | 11.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 52 | 0.77 | 0.94 | 0 | 0.80 | 251.02 | 0.89 | 0.11 |
| Hex | C | 3 | 34 | 4D | 5E | 0 | 50 | FB | 59 | B |
| Octal | 14 | 3 | 64 | 115 | 136 | 0 | 120 | 373 | 131 | 13 |
| Binary | 1100 | 11 | 110100 | 1001101 | 1011110 | 0 | 1010000 | 11111011 | 1011001 | 1011 |
Color Harmonies of #0C0334
Complementary color
Monochromatic Colors of #0C0334
Black with #0C0334
Text Example
Text Example
White with #0C0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0334; }
p { color: rgb(12,3,52); }
H1.HeaderClassName
{
color: #0C0334;
}
.AnyTagClassName
{
color: #0C0334;
}
</style>
background-color css
<style>
a { background-color: #0C0334; }
a { background-color: rgb(12,3,52); }
div.DivClassName
{
background-color: #0C0334;
}
.BgClassName
{
background-color: #0C0334;
}
</style>
border-color css
<style>
span { border-color: #0C0334; }
span { border-color: rgb(12,3,52); }
td.TdClassName
{
border-color: #0C0334;
}
.TagClassName
{
border-color: #0C0334;
}
</style>