#010310

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

Shades of Black Russian #010310

Tints of Black Russian #010310

Color information

#010310 (or 0x010310) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 10. RGB value is (1,3,16). Sum of RGB (Red+Green+Blue) = 1+3+16=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 16 (6.64% from 255 or 80% from 20); Max value from RGB is 16 - color contains mainly: blue. Hex color #010310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010310 is #FEFCEF. Grayscale: #030303. Windows color (decimal): -16710896 or 1049345. OLE color: 1049345.

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

Color convert

RGB1316-
CMYK0.940.8100.94
HSL232º88.24%3.33%-
HSV(B)232º93.75%6.27%-
XYZ0.140.110.5-
YUV3.88134.84125.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 16 (6.64% from 255) = 80%
R=5%
G=15%
B=80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal13160.940.8100.9423288.243.33
Hex13105E5105Ee8583
Octal132013612101363501303
Binary11110000101111010100010101111011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010310; }

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

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

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

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

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

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

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

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