Shades of Tolopea #0F0532
Tints of Tolopea #0F0532
RGB
CMYK
RGB Variations
Color information
#0F0532 (or 0x0F0532) is known color: Tolopea. HEX triplet: 0F, 05 and 32. RGB value is (15,5,50). Sum of RGB (Red+Green+Blue) = 15+5+50=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F0532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0532 is #F0FACD. Grayscale: #0C0C0C. Windows color (decimal): -15792846 or 3278095. OLE color: 3278095.
HSL color Cylindrical-coordinate representation of color #0F0532: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0532 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 5 | 50 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.80 |
| HSL | 253.33º | 0.82% | 0.11% | - |
| HSV(B) | 253.33º | 0.9% | 0.2% | - |
| XYZ | 0.83 | 0.44 | 3.06 | - |
| YUV | 13.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 50 | 0.70 | 0.90 | 0 | 0.80 | 253.33 | 0.82 | 0.11 |
| Hex | F | 5 | 32 | 46 | 5A | 0 | 50 | FD | 52 | B |
| Octal | 17 | 5 | 62 | 106 | 132 | 0 | 120 | 375 | 122 | 13 |
| Binary | 1111 | 101 | 110010 | 1000110 | 1011010 | 0 | 1010000 | 11111101 | 1010010 | 1011 |
Color Harmonies of #0F0532
Complementary color
Monochromatic Colors of #0F0532
Black with #0F0532
Text Example
Text Example
White with #0F0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0532; }
p { color: rgb(15,5,50); }
H1.HeaderClassName
{
color: #0F0532;
}
.AnyTagClassName
{
color: #0F0532;
}
</style>
background-color css
<style>
a { background-color: #0F0532; }
a { background-color: rgb(15,5,50); }
div.DivClassName
{
background-color: #0F0532;
}
.BgClassName
{
background-color: #0F0532;
}
</style>
border-color css
<style>
span { border-color: #0F0532; }
span { border-color: rgb(15,5,50); }
td.TdClassName
{
border-color: #0F0532;
}
.TagClassName
{
border-color: #0F0532;
}
</style>