Html Css Color HEX #020319 Black Russian

📋 copy color: '#020319'

red 2 ◦ green 3 ◦ blue 25

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

Shades of Black Russian #020319

Tints of Black Russian #020319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10%

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

R = 6.67%
G = 10%
B = 83.33%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#020319 (or 0x020319) is known color: Black Russian. HEX triplet: 02, 03 and 19. RGB value is (2,3,25). Sum of RGB (Red+Green+Blue) = 2+3+25=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 25 (10.16% from 255 or 83.33% from 30); Max value from RGB is 25 - color contains mainly: blue. Hex color #020319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020319 is #FDFCE6. Grayscale: #050505. Windows color (decimal): -16645351 or 1639170. OLE color: 1639170.

HSL color Cylindrical-coordinate representation of color #020319: hue angle of 237.39º 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 #020319 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 3 25 -
CMYK 0.92 0.88 0 0.90
HSL 237.39º 0.85% 0.05% -
HSV(B) 237.39º 0.92% 0.1% -
XYZ 0.23 0.15 0.94 -
YUV 5.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 2 3 25 0.92 0.88 0 0.90 237.39 0.85 0.05
Hex 2 3 19 5C 58 0 5A ED 55 5
Octal 2 3 31 134 130 0 132 355 125 5
Binary 10 11 11001 1011100 1011000 0 1011010 11101101 1010101 101

Color Harmonies of #020319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020319

Black with #020319

Text Example


Text Example

White with #020319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020319; }

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

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

background-color css

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

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

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

border-color css

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

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

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