Shades of Tolopea #0F0431
Tints of Tolopea #0F0431
RGB
CMYK
RGB Variations
Color information
#0F0431 (or 0x0F0431) is known color: Tolopea. HEX triplet: 0F, 04 and 31. RGB value is (15,4,49). Sum of RGB (Red+Green+Blue) = 15+4+49=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F0431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0431 is #F0FBCE. Grayscale: #0C0C0C. Windows color (decimal): -15793103 or 3212303. OLE color: 3212303.
HSL color Cylindrical-coordinate representation of color #0F0431: hue angle of 254.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0431 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 4 | 49 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.81 |
| HSL | 254.67º | 0.85% | 0.1% | - |
| HSV(B) | 254.67º | 0.92% | 0.19% | - |
| XYZ | 0.79 | 0.41 | 2.94 | - |
| YUV | 12.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 49 | 0.69 | 0.92 | 0 | 0.81 | 254.67 | 0.85 | 0.1 |
| Hex | F | 4 | 31 | 45 | 5C | 0 | 51 | FF | 55 | A |
| Octal | 17 | 4 | 61 | 105 | 134 | 0 | 121 | 377 | 125 | 12 |
| Binary | 1111 | 100 | 110001 | 1000101 | 1011100 | 0 | 1010001 | 11111111 | 1010101 | 1010 |
Color Harmonies of #0F0431
Complementary color
Monochromatic Colors of #0F0431
Black with #0F0431
Text Example
Text Example
White with #0F0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0431; }
p { color: rgb(15,4,49); }
H1.HeaderClassName
{
color: #0F0431;
}
.AnyTagClassName
{
color: #0F0431;
}
</style>
background-color css
<style>
a { background-color: #0F0431; }
a { background-color: rgb(15,4,49); }
div.DivClassName
{
background-color: #0F0431;
}
.BgClassName
{
background-color: #0F0431;
}
</style>
border-color css
<style>
span { border-color: #0F0431; }
span { border-color: rgb(15,4,49); }
td.TdClassName
{
border-color: #0F0431;
}
.TagClassName
{
border-color: #0F0431;
}
</style>