#000620

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

Shades of Black Russian #000620

Tints of Black Russian #000620

Color information

#000620 (or 0x000620) is unknown color: approx Black Russian. HEX triplet: 00, 06 and 20. RGB value is (0,6,32). Sum of RGB (Red+Green+Blue) = 0+6+32=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #000620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000620 is #FFF9DF. Grayscale: #070707. Windows color (decimal): -16775648 or 2098688. OLE color: 2098688.

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

Color convert

RGB0632-
CMYK10.8100.87
HSL228.75º100%6.27%-
HSV(B)228.75º100%12.55%-
XYZ0.330.231.39-
YUV7.17142.01122.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 32 (12.89% from 255) = 84.21%
R=0%
G=15.79%
B=84.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal063210.8100.87228.751006.27
Hex06206451057e5646
Octal064014412101273451446
Binary01101000001100100101000101010111111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000620; }

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

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

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

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

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

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

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

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