#010620

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

Shades of Black Russian #010620

Tints of Black Russian #010620

Color information

#010620 (or 0x010620) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 20. RGB value is (1,6,32). Sum of RGB (Red+Green+Blue) = 1+6+32=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #010620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010620 is #FEF9DF. Grayscale: #070707. Windows color (decimal): -16710112 or 2098689. OLE color: 2098689.

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

Color convert

RGB1632-
CMYK0.970.8100.87
HSL230.32º93.94%6.47%-
HSV(B)230.32º96.88%12.55%-
XYZ0.340.241.4-
YUV7.47141.84123.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 32 (12.89% from 255) = 82.05%
R=2.56%
G=15.38%
B=82.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal16320.970.8100.87230.3293.946.47
Hex16206151057e65e6
Octal164014112101273461366
Binary11101000001100001101000101010111111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010620; }

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

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

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

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

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

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

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

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