#03021C

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

Shades of Black Russian #03021C

Tints of Black Russian #03021C

Color information

#03021C (or 0x03021C) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 1C. RGB value is (3,2,28). Sum of RGB (Red+Green+Blue) = 3+2+28=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 28 (11.33% from 255 or 84.85% from 33); Max value from RGB is 28 - color contains mainly: blue. Hex color #03021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021C is #FCFDE3. Grayscale: #050505. Windows color (decimal): -16580068 or 1835523. OLE color: 1835523.

HSL color Cylindrical-coordinate representation of color #03021C: hue angle of 242.31º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03021C is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB3228-
CMYK0.890.9300.89
HSL242.31º86.67%5.88%-
HSV(B)242.31º92.86%10.98%-
XYZ0.270.151.11-
YUV5.26140.83126.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 28 (11.33% from 255) = 84.85%
R=9.09%
G=6.06%
B=84.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32280.890.9300.89242.3186.675.88
Hex321C595D059f2576
Octal323413113501313621276
Binary1110111001011001101110101011001111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03021C; }

 p { color: rgb(3,2,28); }

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

<style>
 a { background-color: #03021C; }

 a { background-color: rgb(3,2,28); }

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

<style>
 span { border-color: #03021C; }

 span { border-color: rgb(3,2,28); }

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