Html Css Color HEX #000820 Black Russian

📋 copy color: '#000820'

red 0 ◦ green 8 ◦ blue 32

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

Shades of Black Russian #000820

Tints of Black Russian #000820

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000820 (or 0x000820) is known color: Black Russian. HEX triplet: 00, 08 and 20. RGB value is (0,8,32). Sum of RGB (Red+Green+Blue) = 0+8+32=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #000820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000820 is #FFF7DF. Grayscale: #080808. Windows color (decimal): -16775136 or 2099200. OLE color: 2099200.

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

Color convert

RGB 0 8 32 -
CMYK 1 0.75 0 0.87
HSL 225º 1% 0.06% -
HSV(B) 225º 1% 0.13% -
XYZ 0.35 0.28 1.4 -
YUV 8.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 0 8 32 1 0.75 0 0.87 225 1 0.06
Hex 0 8 20 64 4B 0 57 E1 64 6
Octal 0 10 40 144 113 0 127 341 144 6
Binary 0 1000 100000 1100100 1001011 0 1010111 11100001 1100100 110

Color Harmonies of #000820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000820

Black with #000820

Text Example


Text Example

White with #000820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000820; }

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

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

background-color css

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

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

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

border-color css

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

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

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