Html Css Color HEX #020814 Black Russian

📋 copy color: '#020814'

red 2 ◦ green 8 ◦ blue 20

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

Shades of Black Russian #020814

Tints of Black Russian #020814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 26.67%

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

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020814 (or 0x020814) is known color: Black Russian. HEX triplet: 02, 08 and 14. RGB value is (2,8,20). Sum of RGB (Red+Green+Blue) = 2+8+20=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #020814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020814 is #FDF7EB. Grayscale: #070707. Windows color (decimal): -16644076 or 1312770. OLE color: 1312770.

HSL color Cylindrical-coordinate representation of color #020814: hue angle of 220º 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 #020814 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 8 20 -
CMYK 0.90 0.60 0 0.92
HSL 220º 0.82% 0.04% -
HSV(B) 220º 0.9% 0.08% -
XYZ 0.24 0.24 0.7 -
YUV 7.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 2 8 20 0.90 0.60 0 0.92 220 0.82 0.04
Hex 2 8 14 5A 3C 0 5C DC 52 4
Octal 2 10 24 132 74 0 134 334 122 4
Binary 10 1000 10100 1011010 111100 0 1011100 11011100 1010010 100

Color Harmonies of #020814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020814

Black with #020814

Text Example


Text Example

White with #020814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020814; }

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

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

background-color css

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

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

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

border-color css

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

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

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