Html Css Color HEX #070620 Black Russian

📋 copy color: '#070620'

red 7 ◦ green 6 ◦ blue 32

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

Shades of Black Russian #070620

Tints of Black Russian #070620

RGB

 RED value IS 7 (3.13% from 255) = 15.56%

 GREEN value IS 6 (2.73% from 255) = 13.33%

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

R = 15.56%
G = 13.33%
B = 71.11%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070620 (or 0x070620) is known color: Black Russian. HEX triplet: 07, 06 and 20. RGB value is (7,6,32). Sum of RGB (Red+Green+Blue) = 7+6+32=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 32 (12.89% from 255 or 71.11% from 45); Max value from RGB is 32 - color contains mainly: blue. Hex color #070620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070620 is #F8F9DF. Grayscale: #090909. Windows color (decimal): -16316896 or 2098695. OLE color: 2098695.

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

Color convert

RGB 7 6 32 -
CMYK 0.78 0.81 0 0.87
HSL 242.31º 0.68% 0.07% -
HSV(B) 242.31º 0.81% 0.13% -
XYZ 0.41 0.28 1.4 -
YUV 9.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 7 6 32 0.78 0.81 0 0.87 242.31 0.68 0.07
Hex 7 6 20 4E 51 0 57 F2 44 7
Octal 7 6 40 116 121 0 127 362 104 7
Binary 111 110 100000 1001110 1010001 0 1010111 11110010 1000100 111

Color Harmonies of #070620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070620

Black with #070620

Text Example


Text Example

White with #070620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070620; }

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

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

background-color css

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

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

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

border-color css

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

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

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