Html Css Color HEX #020813 Black Russian

📋 copy color: '#020813'

red 2 ◦ green 8 ◦ blue 19

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

Shades of Black Russian #020813

Tints of Black Russian #020813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 65.52%

R = 6.9%
G = 27.59%
B = 65.52%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020813 (or 0x020813) is known color: Black Russian. HEX triplet: 02, 08 and 13. RGB value is (2,8,19). Sum of RGB (Red+Green+Blue) = 2+8+19=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #020813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020813 is #FDF7EC. Grayscale: #070707. Windows color (decimal): -16644077 or 1247234. OLE color: 1247234.

HSL color Cylindrical-coordinate representation of color #020813: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020813 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 8 19 -
CMYK 0.89 0.58 0 0.93
HSL 218.82º 0.81% 0.04% -
HSV(B) 218.82º 0.89% 0.07% -
XYZ 0.23 0.23 0.65 -
YUV 7.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 2 8 19 0.89 0.58 0 0.93 218.82 0.81 0.04
Hex 2 8 13 59 3A 0 5D DB 51 4
Octal 2 10 23 131 72 0 135 333 121 4
Binary 10 1000 10011 1011001 111010 0 1011101 11011011 1010001 100

Color Harmonies of #020813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020813

Black with #020813

Text Example


Text Example

White with #020813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020813; }

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

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

background-color css

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

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

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

border-color css

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

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

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