Html Css Color HEX #020710 Black Russian

📋 copy color: '#020710'

red 2 ◦ green 7 ◦ blue 16

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

Shades of Black Russian #020710

Tints of Black Russian #020710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 28%

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

R = 8%
G = 28%
B = 64%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020710 (or 0x020710) is known color: Black Russian. HEX triplet: 02, 07 and 10. RGB value is (2,7,16). Sum of RGB (Red+Green+Blue) = 2+7+16=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 16 (6.64% from 255 or 64% from 25); Max value from RGB is 16 - color contains mainly: blue. Hex color #020710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020710 is #FDF8EF. Grayscale: #060606. Windows color (decimal): -16644336 or 1050370. OLE color: 1050370.

HSL color Cylindrical-coordinate representation of color #020710: hue angle of 218.57º 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 #020710 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 7 16 -
CMYK 0.87 0.56 0 0.94
HSL 218.57º 0.78% 0.04% -
HSV(B) 218.57º 0.88% 0.06% -
XYZ 0.19 0.2 0.52 -
YUV 6.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 2 7 16 0.87 0.56 0 0.94 218.57 0.78 0.04
Hex 2 7 10 57 38 0 5E DB 4E 4
Octal 2 7 20 127 70 0 136 333 116 4
Binary 10 111 10000 1010111 111000 0 1011110 11011011 1001110 100

Color Harmonies of #020710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020710

Black with #020710

Text Example


Text Example

White with #020710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020710; }

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

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

background-color css

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

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

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

border-color css

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

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

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