Html Css Color HEX #020510 Black Russian

📋 copy color: '#020510'

red 2 ◦ green 5 ◦ blue 16

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

Shades of Black Russian #020510

Tints of Black Russian #020510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 69.57%

R = 8.7%
G = 21.74%
B = 69.57%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020510 (or 0x020510) is known color: Black Russian. HEX triplet: 02, 05 and 10. RGB value is (2,5,16). Sum of RGB (Red+Green+Blue) = 2+5+16=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #020510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020510 is #FDFAEF. Grayscale: #050505. Windows color (decimal): -16644848 or 1049858. OLE color: 1049858.

HSL color Cylindrical-coordinate representation of color #020510: hue angle of 227.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020510 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 5 16 -
CMYK 0.87 0.69 0 0.94
HSL 227.14º 0.78% 0.04% -
HSV(B) 227.14º 0.88% 0.06% -
XYZ 0.17 0.16 0.51 -
YUV 5.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 2 5 16 0.87 0.69 0 0.94 227.14 0.78 0.04
Hex 2 5 10 57 45 0 5E E3 4E 4
Octal 2 5 20 127 105 0 136 343 116 4
Binary 10 101 10000 1010111 1000101 0 1011110 11100011 1001110 100

Color Harmonies of #020510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020510

Black with #020510

Text Example


Text Example

White with #020510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020510; }

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

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

background-color css

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

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

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

border-color css

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

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

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