Shades of Violent Violet #0B003F
Tints of Violent Violet #0B003F
RGB
CMYK
RGB Variations
Color information
#0B003F (or 0x0B003F) is known color: Violent Violet. HEX triplet: 0B, 00 and 3F. RGB value is (11,0,63). Sum of RGB (Red+Green+Blue) = 11+0+63=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 63 (25% from 255 or 85.14% from 74); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B003F is #F4FFC0. Grayscale: #0A0A0A. Windows color (decimal): -16056257 or 4128779. OLE color: 4128779.
HSL color Cylindrical-coordinate representation of color #0B003F: hue angle of 250.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B003F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 0 | 63 | - |
| CMYK | 0.83 | 1 | 0 | 0.75 |
| HSL | 250.48º | 1% | 0.12% | - |
| HSV(B) | 250.48º | 1% | 0.25% | - |
| XYZ | 1.04 | 0.43 | 4.73 | - |
| YUV | 10.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 63 | 0.83 | 1 | 0 | 0.75 | 250.48 | 1 | 0.12 |
| Hex | B | 0 | 3F | 53 | 64 | 0 | 4B | FA | 64 | C |
| Octal | 13 | 0 | 77 | 123 | 144 | 0 | 113 | 372 | 144 | 14 |
| Binary | 1011 | 0 | 111111 | 1010011 | 1100100 | 0 | 1001011 | 11111010 | 1100100 | 1100 |
Color Harmonies of #0B003F
Complementary color
Monochromatic Colors of #0B003F
Black with #0B003F
Text Example
Text Example
White with #0B003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B003F; }
p { color: rgb(11,0,63); }
H1.HeaderClassName
{
color: #0B003F;
}
.AnyTagClassName
{
color: #0B003F;
}
</style>
background-color css
<style>
a { background-color: #0B003F; }
a { background-color: rgb(11,0,63); }
div.DivClassName
{
background-color: #0B003F;
}
.BgClassName
{
background-color: #0B003F;
}
</style>
border-color css
<style>
span { border-color: #0B003F; }
span { border-color: rgb(11,0,63); }
td.TdClassName
{
border-color: #0B003F;
}
.TagClassName
{
border-color: #0B003F;
}
</style>