Html Css Color HEX #020720 Black Russian

📋 copy color: '#020720'

red 2 ◦ green 7 ◦ blue 32

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

Shades of Black Russian #020720

Tints of Black Russian #020720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 78.05%

R = 4.88%
G = 17.07%
B = 78.05%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#020720 (or 0x020720) is known color: Black Russian. HEX triplet: 02, 07 and 20. RGB value is (2,7,32). Sum of RGB (Red+Green+Blue) = 2+7+32=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #020720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020720 is #FDF8DF. Grayscale: #080808. Windows color (decimal): -16644320 or 2098946. OLE color: 2098946.

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

Color convert

RGB 2 7 32 -
CMYK 0.94 0.78 0 0.87
HSL 230º 0.88% 0.07% -
HSV(B) 230º 0.94% 0.13% -
XYZ 0.36 0.27 1.4 -
YUV 8.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 2 7 32 0.94 0.78 0 0.87 230 0.88 0.07
Hex 2 7 20 5E 4E 0 57 E6 58 7
Octal 2 7 40 136 116 0 127 346 130 7
Binary 10 111 100000 1011110 1001110 0 1010111 11100110 1011000 111

Color Harmonies of #020720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020720

Black with #020720

Text Example


Text Example

White with #020720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020720; }

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

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

background-color css

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

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

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

border-color css

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

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

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