#03021E

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

Shades of Black Russian #03021E

Tints of Black Russian #03021E

Color information

#03021E (or 0x03021E) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 1E. RGB value is (3,2,30). Sum of RGB (Red+Green+Blue) = 3+2+30=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 30 (12.11% from 255 or 85.71% from 35); Max value from RGB is 30 - color contains mainly: blue. Hex color #03021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021E is #FCFDE1. Grayscale: #050505. Windows color (decimal): -16580066 or 1966595. OLE color: 1966595.

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

Color convert

RGB3230-
CMYK0.900.9300.88
HSL242.14º87.5%6.27%-
HSV(B)242.14º93.33%11.76%-
XYZ0.290.161.24-
YUV5.49141.83126.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 30 (12.11% from 255) = 85.71%
R=8.57%
G=5.71%
B=85.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal32300.900.9300.88242.1487.56.27
Hex321E5A5D058f2586
Octal323613213501303621306
Binary1110111101011010101110101011000111100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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