#010610

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

Shades of Black Russian #010610

Tints of Black Russian #010610

Color information

#010610 (or 0x010610) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 10. RGB value is (1,6,16). Sum of RGB (Red+Green+Blue) = 1+6+16=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #010610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010610 is #FEF9EF. Grayscale: #050505. Windows color (decimal): -16710128 or 1050113. OLE color: 1050113.

HSL color Cylindrical-coordinate representation of color #010610: hue angle of 220º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010610 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB1616-
CMYK0.940.6200.94
HSL220º88.24%3.33%-
HSV(B)220º93.75%6.27%-
XYZ0.170.170.51-
YUV5.64133.84124.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 16 (6.64% from 255) = 69.57%
R=4.35%
G=26.09%
B=69.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16160.940.6200.9422088.243.33
Hex16105E3E05Edc583
Octal16201367601363341303
Binary11101000010111101111100101111011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010610; }

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

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

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

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

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

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

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

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