Html Css Color HEX #020419 Black Russian

📋 copy color: '#020419'

red 2 ◦ green 4 ◦ blue 25

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

Shades of Black Russian #020419

Tints of Black Russian #020419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.9%

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

R = 6.45%
G = 12.9%
B = 80.65%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#020419 (or 0x020419) is known color: Black Russian. HEX triplet: 02, 04 and 19. RGB value is (2,4,25). Sum of RGB (Red+Green+Blue) = 2+4+25=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 25 (10.16% from 255 or 80.65% from 31); Max value from RGB is 25 - color contains mainly: blue. Hex color #020419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020419 is #FDFBE6. Grayscale: #050505. Windows color (decimal): -16645095 or 1639426. OLE color: 1639426.

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

Color convert

RGB 2 4 25 -
CMYK 0.92 0.84 0 0.90
HSL 234.78º 0.85% 0.05% -
HSV(B) 234.78º 0.92% 0.1% -
XYZ 0.24 0.17 0.94 -
YUV 5.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 2 4 25 0.92 0.84 0 0.90 234.78 0.85 0.05
Hex 2 4 19 5C 54 0 5A EB 55 5
Octal 2 4 31 134 124 0 132 353 125 5
Binary 10 100 11001 1011100 1010100 0 1011010 11101011 1010101 101

Color Harmonies of #020419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020419

Black with #020419

Text Example


Text Example

White with #020419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020419; }

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

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

background-color css

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

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

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

border-color css

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

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

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