Shades of Tolopea #120C3C
Tints of Tolopea #120C3C
RGB
CMYK
RGB Variations
Color information
#120C3C (or 0x120C3C) is known color: Tolopea. HEX triplet: 12, 0C and 3C. RGB value is (18,12,60). Sum of RGB (Red+Green+Blue) = 18+12+60=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #120C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C3C is #EDF3C3. Grayscale: #131313. Windows color (decimal): -15594436 or 3935250. OLE color: 3935250.
HSL color Cylindrical-coordinate representation of color #120C3C: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120C3C is Cyan = 0.7, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 12 | 60 | - |
| CMYK | 0.7 | 0.80 | 0 | 0.76 |
| HSL | 247.5º | 0.67% | 0.14% | - |
| HSV(B) | 247.5º | 0.8% | 0.24% | - |
| XYZ | 1.2 | 0.72 | 4.35 | - |
| YUV | 19.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 60 | 0.7 | 0.80 | 0 | 0.76 | 247.5 | 0.67 | 0.14 |
| Hex | 12 | C | 3C | 46 | 50 | 0 | 4C | F8 | 43 | E |
| Octal | 22 | 14 | 74 | 106 | 120 | 0 | 114 | 370 | 103 | 16 |
| Binary | 10010 | 1100 | 111100 | 1000110 | 1010000 | 0 | 1001100 | 11111000 | 1000011 | 1110 |
Color Harmonies of #120C3C
Complementary color
Monochromatic Colors of #120C3C
Black with #120C3C
Text Example
Text Example
White with #120C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C3C; }
p { color: rgb(18,12,60); }
H1.HeaderClassName
{
color: #120C3C;
}
.AnyTagClassName
{
color: #120C3C;
}
</style>
background-color css
<style>
a { background-color: #120C3C; }
a { background-color: rgb(18,12,60); }
div.DivClassName
{
background-color: #120C3C;
}
.BgClassName
{
background-color: #120C3C;
}
</style>
border-color css
<style>
span { border-color: #120C3C; }
span { border-color: rgb(18,12,60); }
td.TdClassName
{
border-color: #120C3C;
}
.TagClassName
{
border-color: #120C3C;
}
</style>