#020305

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

Shades of Black Russian #020305

Tints of Black Russian #020305

Color information

#020305 (or 0x020305) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 05. RGB value is (2,3,5). Sum of RGB (Red+Green+Blue) = 2+3+5=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: blue. Hex color #020305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020305 is #FDFCFA. Grayscale: #020202. Windows color (decimal): -16645371 or 328450. OLE color: 328450.

HSL color Cylindrical-coordinate representation of color #020305: hue angle of 220º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #020305 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB235-
CMYK0.600.4000.98
HSL220º42.86%1.37%-
HSV(B)220º60%1.96%-
XYZ0.080.090.16-
YUV2.93129.17127.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2350.600.4000.9822042.861.37
Hex2353C28062dc2b1
Octal23574500142334531
Binary101110111110010100001100010110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020305; }

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

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

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

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

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

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

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

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