Html Css Color HEX #020518 Black Russian

📋 copy color: '#020518'

red 2 ◦ green 5 ◦ blue 24

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

Shades of Black Russian #020518

Tints of Black Russian #020518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 77.42%

R = 6.45%
G = 16.13%
B = 77.42%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020518 (or 0x020518) is known color: Black Russian. HEX triplet: 02, 05 and 18. RGB value is (2,5,24). Sum of RGB (Red+Green+Blue) = 2+5+24=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 24 (9.77% from 255 or 77.42% from 31); Max value from RGB is 24 - color contains mainly: blue. Hex color #020518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020518 is #FDFAE7. Grayscale: #060606. Windows color (decimal): -16644840 or 1574146. OLE color: 1574146.

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

Color convert

RGB 2 5 24 -
CMYK 0.92 0.79 0 0.91
HSL 231.82º 0.85% 0.05% -
HSV(B) 231.82º 0.92% 0.09% -
XYZ 0.24 0.19 0.89 -
YUV 6.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 2 5 24 0.92 0.79 0 0.91 231.82 0.85 0.05
Hex 2 5 18 5C 4F 0 5B E8 55 5
Octal 2 5 30 134 117 0 133 350 125 5
Binary 10 101 11000 1011100 1001111 0 1011011 11101000 1010101 101

Color Harmonies of #020518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020518

Black with #020518

Text Example


Text Example

White with #020518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020518; }

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

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

background-color css

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

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

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

border-color css

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

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

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