Html Css Color HEX #020414 Black Russian

📋 copy color: '#020414'

red 2 ◦ green 4 ◦ blue 20

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

Shades of Black Russian #020414

Tints of Black Russian #020414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 15.38%

 BLUE value IS 20 (8.2% from 255) = 76.92%

R = 7.69%
G = 15.38%
B = 76.92%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020414 (or 0x020414) is known color: Black Russian. HEX triplet: 02, 04 and 14. RGB value is (2,4,20). Sum of RGB (Red+Green+Blue) = 2+4+20=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #020414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020414 is #FDFBEB. Grayscale: #050505. Windows color (decimal): -16645100 or 1311746. OLE color: 1311746.

HSL color Cylindrical-coordinate representation of color #020414: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020414 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 4 20 -
CMYK 0.90 0.80 0 0.92
HSL 233.33º 0.82% 0.04% -
HSV(B) 233.33º 0.9% 0.08% -
XYZ 0.19 0.15 0.68 -
YUV 5.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 2 4 20 0.90 0.80 0 0.92 233.33 0.82 0.04
Hex 2 4 14 5A 50 0 5C E9 52 4
Octal 2 4 24 132 120 0 134 351 122 4
Binary 10 100 10100 1011010 1010000 0 1011100 11101001 1010010 100

Color Harmonies of #020414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020414

Black with #020414

Text Example


Text Example

White with #020414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020414; }

 p { color: rgb(2,4,20); }

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

background-color css

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

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

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

border-color css

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

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

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