Html Css Color HEX #020517 Black Russian

📋 copy color: '#020517'

red 2 ◦ green 5 ◦ blue 23

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

Shades of Black Russian #020517

Tints of Black Russian #020517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 76.67%

R = 6.67%
G = 16.67%
B = 76.67%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020517 (or 0x020517) is known color: Black Russian. HEX triplet: 02, 05 and 17. RGB value is (2,5,23). Sum of RGB (Red+Green+Blue) = 2+5+23=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 23 (9.38% from 255 or 76.67% from 30); Max value from RGB is 23 - color contains mainly: blue. Hex color #020517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020517 is #FDFAE8. Grayscale: #060606. Windows color (decimal): -16644841 or 1508610. OLE color: 1508610.

HSL color Cylindrical-coordinate representation of color #020517: hue angle of 231.43º degrees, saturation: 0.84, 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 #020517 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 5 23 -
CMYK 0.91 0.78 0 0.91
HSL 231.43º 0.84% 0.05% -
HSV(B) 231.43º 0.91% 0.09% -
XYZ 0.23 0.18 0.83 -
YUV 6.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 2 5 23 0.91 0.78 0 0.91 231.43 0.84 0.05
Hex 2 5 17 5B 4E 0 5B E7 54 5
Octal 2 5 27 133 116 0 133 347 124 5
Binary 10 101 10111 1011011 1001110 0 1011011 11100111 1010100 101

Color Harmonies of #020517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020517

Black with #020517

Text Example


Text Example

White with #020517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020517; }

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

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

background-color css

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

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

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

border-color css

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

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

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