Html Css Color HEX #02021E Black Russian

📋 copy color: '#02021E'

red 2 ◦ green 2 ◦ blue 30

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

Shades of Black Russian #02021E

Tints of Black Russian #02021E

RGB

 RED value IS 2 (1.17% from 255) = 5.88%

 GREEN value IS 2 (1.17% from 255) = 5.88%

 BLUE value IS 30 (12.11% from 255) = 88.24%

R = 5.88%
G = 5.88%
B = 88.24%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#02021E (or 0x02021E) is known color: Black Russian. HEX triplet: 02, 02 and 1E. RGB value is (2,2,30). Sum of RGB (Red+Green+Blue) = 2+2+30=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 30 (12.11% from 255 or 88.24% from 34); Max value from RGB is 30 - color contains mainly: blue. Hex color #02021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02021E is #FDFDE1. Grayscale: #050505. Windows color (decimal): -16645602 or 1966594. OLE color: 1966594.

HSL color Cylindrical-coordinate representation of color #02021E: hue angle of 240º 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 #02021E is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 2 30 -
CMYK 0.93 0.93 0 0.88
HSL 240º 0.88% 0.06% -
HSV(B) 240º 0.93% 0.12% -
XYZ 0.28 0.15 1.24 -
YUV 5.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 2 2 30 0.93 0.93 0 0.88 240 0.88 0.06
Hex 2 2 1E 5D 5D 0 58 F0 58 6
Octal 2 2 36 135 135 0 130 360 130 6
Binary 10 10 11110 1011101 1011101 0 1011000 11110000 1011000 110

Color Harmonies of #02021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02021E

Black with #02021E

Text Example


Text Example

White with #02021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02021E;
 }
 .AnyTagClassName
 {
   color: #02021E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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