Html Css Color HEX #020613 Black Russian

📋 copy color: '#020613'

red 2 ◦ green 6 ◦ blue 19

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

Shades of Black Russian #020613

Tints of Black Russian #020613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 22.22%

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

R = 7.41%
G = 22.22%
B = 70.37%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020613 (or 0x020613) is known color: Black Russian. HEX triplet: 02, 06 and 13. RGB value is (2,6,19). Sum of RGB (Red+Green+Blue) = 2+6+19=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 19 (7.81% from 255 or 70.37% from 27); Max value from RGB is 19 - color contains mainly: blue. Hex color #020613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020613 is #FDF9EC. Grayscale: #060606. Windows color (decimal): -16644589 or 1246722. OLE color: 1246722.

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

Color convert

RGB 2 6 19 -
CMYK 0.89 0.68 0 0.93
HSL 225.88º 0.81% 0.04% -
HSV(B) 225.88º 0.89% 0.07% -
XYZ 0.21 0.19 0.64 -
YUV 6.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 2 6 19 0.89 0.68 0 0.93 225.88 0.81 0.04
Hex 2 6 13 59 44 0 5D E2 51 4
Octal 2 6 23 131 104 0 135 342 121 4
Binary 10 110 10011 1011001 1000100 0 1011101 11100010 1010001 100

Color Harmonies of #020613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020613

Black with #020613

Text Example


Text Example

White with #020613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020613; }

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

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

background-color css

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

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

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

border-color css

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

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

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