Html Css Color HEX #03021E Black Russian

📋 copy color: '#03021E'

red 3 ◦ green 2 ◦ blue 30

#03021E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #03021E

Tints of Black Russian #03021E

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 value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03021E (or 0x03021E) is known color: 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

RGB 3 2 30 -
CMYK 0.90 0.93 0 0.88
HSL 242.14º 0.88% 0.06% -
HSV(B) 242.14º 0.93% 0.12% -
XYZ 0.29 0.16 1.24 -
YUV 5.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 3 2 30 0.90 0.93 0 0.88 242.14 0.88 0.06
Hex 3 2 1E 5A 5D 0 58 F2 58 6
Octal 3 2 36 132 135 0 130 362 130 6
Binary 11 10 11110 1011010 1011101 0 1011000 11110010 1011000 110

Color Harmonies of #03021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03021E

Black with #03021E

Text Example


Text Example

White with #03021E

Text Example


Text Example

HTML Codes & Css Web 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>