Html Css Color HEX #080620 Black Russian

📋 copy color: '#080620'

red 8 ◦ green 6 ◦ blue 32

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

Shades of Black Russian #080620

Tints of Black Russian #080620

RGB

 RED value IS 8 (3.52% from 255) = 17.39%

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

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

R = 17.39%
G = 13.04%
B = 69.57%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080620 (or 0x080620) is known color: Black Russian. HEX triplet: 08, 06 and 20. RGB value is (8,6,32). Sum of RGB (Red+Green+Blue) = 8+6+32=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #080620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080620 is #F7F9DF. Grayscale: #090909. Windows color (decimal): -16251360 or 2098696. OLE color: 2098696.

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

Color convert

RGB 8 6 32 -
CMYK 0.75 0.81 0 0.87
HSL 244.62º 0.68% 0.07% -
HSV(B) 244.62º 0.81% 0.13% -
XYZ 0.43 0.29 1.4 -
YUV 9.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 8 6 32 0.75 0.81 0 0.87 244.62 0.68 0.07
Hex 8 6 20 4B 51 0 57 F5 44 7
Octal 10 6 40 113 121 0 127 365 104 7
Binary 1000 110 100000 1001011 1010001 0 1010111 11110101 1000100 111

Color Harmonies of #080620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080620

Black with #080620

Text Example


Text Example

White with #080620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080620; }

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

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

background-color css

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

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

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

border-color css

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

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

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