Html Css Color HEX #020013 Black Russian

📋 copy color: '#020013'

red 2 ◦ green 0 ◦ blue 19

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

Shades of Black Russian #020013

Tints of Black Russian #020013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.52%
G = 0%
B = 90.48%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020013 (or 0x020013) is known color: Black Russian. HEX triplet: 02, 00 and 13. RGB value is (2,0,19). Sum of RGB (Red+Green+Blue) = 2+0+19=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 19 (7.81% from 255 or 90.48% from 21); Max value from RGB is 19 - color contains mainly: blue. Hex color #020013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020013 is #FDFFEC. Grayscale: #020202. Windows color (decimal): -16646125 or 1245186. OLE color: 1245186.

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

Color convert

RGB 2 0 19 -
CMYK 0.89 1 0 0.93
HSL 246.32º 1% 0.04% -
HSV(B) 246.32º 1% 0.07% -
XYZ 0.14 0.06 0.62 -
YUV 2.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 2 0 19 0.89 1 0 0.93 246.32 1 0.04
Hex 2 0 13 59 64 0 5D F6 64 4
Octal 2 0 23 131 144 0 135 366 144 4
Binary 10 0 10011 1011001 1100100 0 1011101 11110110 1100100 100

Color Harmonies of #020013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020013

Black with #020013

Text Example


Text Example

White with #020013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020013; }

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

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

background-color css

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

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

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

border-color css

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

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

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