Html Css Color HEX #080820 Black Russian

📋 copy color: '#080820'

red 8 ◦ green 8 ◦ blue 32

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

Shades of Black Russian #080820

Tints of Black Russian #080820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.67%

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

R = 16.67%
G = 16.67%
B = 66.67%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080820 (or 0x080820) is known color: Black Russian. HEX triplet: 08, 08 and 20. RGB value is (8,8,32). Sum of RGB (Red+Green+Blue) = 8+8+32=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #080820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080820 is #F7F7DF. Grayscale: #0A0A0A. Windows color (decimal): -16250848 or 2099208. OLE color: 2099208.

HSL color Cylindrical-coordinate representation of color #080820: hue angle of 240º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080820 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 8 32 -
CMYK 0.75 0.75 0 0.87
HSL 240º 0.6% 0.08% -
HSV(B) 240º 0.75% 0.13% -
XYZ 0.45 0.33 1.41 -
YUV 10.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 8 8 32 0.75 0.75 0 0.87 240 0.6 0.08
Hex 8 8 20 4B 4B 0 57 F0 3C 8
Octal 10 10 40 113 113 0 127 360 74 10
Binary 1000 1000 100000 1001011 1001011 0 1010111 11110000 111100 1000

Color Harmonies of #080820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080820

Black with #080820

Text Example


Text Example

White with #080820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080820; }

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

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

background-color css

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

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

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

border-color css

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

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

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