#010820

Color #010820 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #010820

Tints of Black Russian #010820

Color information

#010820 (or 0x010820) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 20. RGB value is (1,8,32). Sum of RGB (Red+Green+Blue) = 1+8+32=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 8 (3.52% from 255 or 19.51% 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 #010820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010820 is #FEF7DF. Grayscale: #080808. Windows color (decimal): -16709600 or 2099201. OLE color: 2099201.

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

Color convert

RGB1832-
CMYK0.970.7500.87
HSL226.45º93.94%6.47%-
HSV(B)226.45º96.88%12.55%-
XYZ0.360.281.4-
YUV8.64141.18122.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 32 (12.89% from 255) = 78.05%
R=2.44%
G=19.51%
B=78.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal18320.970.7500.87226.4593.946.47
Hex1820614B057e25e6
Octal1104014111301273421366
Binary110001000001100001100101101010111111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010820; }

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

 H1.HeaderClassName
 {
   color: #010820;
 }
 .AnyTagClassName
 {
   color: #010820;
 }
</style>
background-color css

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

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

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

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

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

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