#030C2C

Color #030C2C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #030C2C

Tints of Black Russian #030C2C

Color information

#030C2C (or 0x030C2C) is unknown color: approx Black Russian. HEX triplet: 03, 0C and 2C. RGB value is (3,12,44). Sum of RGB (Red+Green+Blue) = 3+12+44=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #030C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C2C is #FCF3D3. Grayscale: #0C0C0C. Windows color (decimal): -16577492 or 2886659. OLE color: 2886659.

HSL color Cylindrical-coordinate representation of color #030C2C: hue angle of 226.83º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030C2C is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31244-
CMYK0.930.7300.83
HSL226.83º87.23%9.22%-
HSV(B)226.83º93.18%17.25%-
XYZ0.620.462.44-
YUV12.96145.52120.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 44 (17.58% from 255) = 74.58%
R=5.08%
G=20.34%
B=74.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal312440.930.7300.83226.8387.239.22
Hex3C2C5D49053e3579
Octal31454135111012334312711
Binary11110010110010111011001001010100111110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030C2C; }

 p { color: rgb(3,12,44); }

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

<style>
 a { background-color: #030C2C; }

 a { background-color: rgb(3,12,44); }

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

<style>
 span { border-color: #030C2C; }

 span { border-color: rgb(3,12,44); }

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