Html Css Color HEX #020019 Black Russian

📋 copy color: '#020019'

red 2 ◦ green 0 ◦ blue 25

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

Shades of Black Russian #020019

Tints of Black Russian #020019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 92.59%

R = 7.41%
G = 0%
B = 92.59%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#020019 (or 0x020019) is known color: Black Russian. HEX triplet: 02, 00 and 19. RGB value is (2,0,25). Sum of RGB (Red+Green+Blue) = 2+0+25=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 25 (10.16% from 255 or 92.59% from 27); Max value from RGB is 25 - color contains mainly: blue. Hex color #020019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020019 is #FDFFE6. Grayscale: #030303. Windows color (decimal): -16646119 or 1638402. OLE color: 1638402.

HSL color Cylindrical-coordinate representation of color #020019: hue angle of 244.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020019 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 0 25 -
CMYK 0.92 1 0 0.90
HSL 244.8º 1% 0.05% -
HSV(B) 244.8º 1% 0.1% -
XYZ 0.2 0.08 0.93 -
YUV 3.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 2 0 25 0.92 1 0 0.90 244.8 1 0.05
Hex 2 0 19 5C 64 0 5A F5 64 5
Octal 2 0 31 134 144 0 132 365 144 5
Binary 10 0 11001 1011100 1100100 0 1011010 11110101 1100100 101

Color Harmonies of #020019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020019

Black with #020019

Text Example


Text Example

White with #020019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020019; }

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

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

background-color css

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

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

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

border-color css

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

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

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