Html Css Color HEX #020313 Black Russian

📋 copy color: '#020313'

red 2 ◦ green 3 ◦ blue 19

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

Shades of Black Russian #020313

Tints of Black Russian #020313

RGB

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

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

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

R = 8.33%
G = 12.5%
B = 79.17%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020313 (or 0x020313) is known color: Black Russian. HEX triplet: 02, 03 and 13. RGB value is (2,3,19). Sum of RGB (Red+Green+Blue) = 2+3+19=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #020313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020313 is #FDFCEC. Grayscale: #040404. Windows color (decimal): -16645357 or 1245954. OLE color: 1245954.

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

Color convert

RGB 2 3 19 -
CMYK 0.89 0.84 0 0.93
HSL 236.47º 0.81% 0.04% -
HSV(B) 236.47º 0.89% 0.07% -
XYZ 0.18 0.13 0.63 -
YUV 4.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 2 3 19 0.89 0.84 0 0.93 236.47 0.81 0.04
Hex 2 3 13 59 54 0 5D EC 51 4
Octal 2 3 23 131 124 0 135 354 121 4
Binary 10 11 10011 1011001 1010100 0 1011101 11101100 1010001 100

Color Harmonies of #020313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020313

Black with #020313

Text Example


Text Example

White with #020313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020313; }

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

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

background-color css

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

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

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

border-color css

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

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

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