Shades of Violent Violet #0F003D
Tints of Violent Violet #0F003D
RGB
CMYK
RGB Variations
Color information
#0F003D (or 0x0F003D) is known color: Violent Violet. HEX triplet: 0F, 00 and 3D. RGB value is (15,0,61). Sum of RGB (Red+Green+Blue) = 15+0+61=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F003D is #F0FFC2. Grayscale: #0B0B0B. Windows color (decimal): -15794115 or 3997711. OLE color: 3997711.
HSL color Cylindrical-coordinate representation of color #0F003D: hue angle of 254.75º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F003D is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 0 | 61 | - |
| CMYK | 0.75 | 1 | 0 | 0.76 |
| HSL | 254.75º | 1% | 0.12% | - |
| HSV(B) | 254.75º | 1% | 0.24% | - |
| XYZ | 1.04 | 0.44 | 4.44 | - |
| YUV | 11.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 61 | 0.75 | 1 | 0 | 0.76 | 254.75 | 1 | 0.12 |
| Hex | F | 0 | 3D | 4B | 64 | 0 | 4C | FF | 64 | C |
| Octal | 17 | 0 | 75 | 113 | 144 | 0 | 114 | 377 | 144 | 14 |
| Binary | 1111 | 0 | 111101 | 1001011 | 1100100 | 0 | 1001100 | 11111111 | 1100100 | 1100 |
Color Harmonies of #0F003D
Complementary color
Monochromatic Colors of #0F003D
Black with #0F003D
Text Example
Text Example
White with #0F003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F003D; }
p { color: rgb(15,0,61); }
H1.HeaderClassName
{
color: #0F003D;
}
.AnyTagClassName
{
color: #0F003D;
}
</style>
background-color css
<style>
a { background-color: #0F003D; }
a { background-color: rgb(15,0,61); }
div.DivClassName
{
background-color: #0F003D;
}
.BgClassName
{
background-color: #0F003D;
}
</style>
border-color css
<style>
span { border-color: #0F003D; }
span { border-color: rgb(15,0,61); }
td.TdClassName
{
border-color: #0F003D;
}
.TagClassName
{
border-color: #0F003D;
}
</style>