Html Css Color HEX #020516 Black Russian

📋 copy color: '#020516'

red 2 ◦ green 5 ◦ blue 22

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

Shades of Black Russian #020516

Tints of Black Russian #020516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.24%

 BLUE value IS 22 (8.98% from 255) = 75.86%

R = 6.9%
G = 17.24%
B = 75.86%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020516 (or 0x020516) is known color: Black Russian. HEX triplet: 02, 05 and 16. RGB value is (2,5,22). Sum of RGB (Red+Green+Blue) = 2+5+22=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #020516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020516 is #FDFAE9. Grayscale: #050505. Windows color (decimal): -16644842 or 1443074. OLE color: 1443074.

HSL color Cylindrical-coordinate representation of color #020516: hue angle of 231º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020516 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 5 22 -
CMYK 0.91 0.77 0 0.91
HSL 231º 0.83% 0.05% -
HSV(B) 231º 0.91% 0.09% -
XYZ 0.22 0.18 0.78 -
YUV 6.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 2 5 22 0.91 0.77 0 0.91 231 0.83 0.05
Hex 2 5 16 5B 4D 0 5B E7 53 5
Octal 2 5 26 133 115 0 133 347 123 5
Binary 10 101 10110 1011011 1001101 0 1011011 11100111 1010011 101

Color Harmonies of #020516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020516

Black with #020516

Text Example


Text Example

White with #020516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020516; }

 p { color: rgb(2,5,22); }

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

background-color css

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

 a { background-color: rgb(2,5,22); }

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

border-color css

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

 span { border-color: rgb(2,5,22); }

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