#0C003F

Color #0C003F Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #0C003F

Tints of Violent Violet #0C003F

Color information

#0C003F (or 0x0C003F) is unknown color: approx Violent Violet. HEX triplet: 0C, 00 and 3F. RGB value is (12,0,63). Sum of RGB (Red+Green+Blue) = 12+0+63=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 63 (25% from 255 or 84% from 75); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C003F is #F3FFC0. Grayscale: #0A0A0A. Windows color (decimal): -15990721 or 4128780. OLE color: 4128780.

HSL color Cylindrical-coordinate representation of color #0C003F: hue angle of 251.43º 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 #0C003F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12063-
CMYK0.81100.75
HSL251.43º100%12.35%-
HSV(B)251.43º100%24.71%-
XYZ1.050.444.73-
YUV10.77157.48128.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 84%
R=16%
G=0%
B=84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal120630.81100.75251.4310012.35
HexC03F516404Bfb64c
Octal14077121144011337314414
Binary1100011111110100011100100010010111111101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C003F; }

 p { color: rgb(12,0,63); }

 H1.HeaderClassName
 {
   color: #0C003F;
 }
 .AnyTagClassName
 {
   color: #0C003F;
 }
</style>
background-color css

<style>
 a { background-color: #0C003F; }

 a { background-color: rgb(12,0,63); }

 div.DivClassName
 {
   background-color: #0C003F;
 }
 .BgClassName
 {
   background-color: #0C003F;
 }
</style>
border-color css

<style>
 span { border-color: #0C003F; }

 span { border-color: rgb(12,0,63); }

 td.TdClassName
 {
   border-color: #0C003F;
 }
 .TagClassName
 {
   border-color: #0C003F;
 }
</style>