#020310

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

Shades of Black Russian #020310

Tints of Black Russian #020310

Color information

#020310 (or 0x020310) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 10. RGB value is (2,3,16). Sum of RGB (Red+Green+Blue) = 2+3+16=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #020310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020310 is #FDFCEF. Grayscale: #040404. Windows color (decimal): -16645360 or 1049346. OLE color: 1049346.

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

Color convert

RGB2316-
CMYK0.870.8100.94
HSL235.71º77.78%3.53%-
HSV(B)235.71º87.5%6.27%-
XYZ0.150.120.5-
YUV4.18134.67126.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 16 (6.64% from 255) = 76.19%
R=9.52%
G=14.29%
B=76.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal23160.870.8100.94235.7177.783.53
Hex2310575105Eec4e4
Octal232012712101363541164
Binary1011100001010111101000101011110111011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020310; }

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

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

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

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

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

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

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

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