#020515

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

Shades of Black Russian #020515

Tints of Black Russian #020515

Color information

#020515 (or 0x020515) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 15. RGB value is (2,5,21). Sum of RGB (Red+Green+Blue) = 2+5+21=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #020515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020515 is #FDFAEA. Grayscale: #050505. Windows color (decimal): -16644843 or 1377538. OLE color: 1377538.

HSL color Cylindrical-coordinate representation of color #020515: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020515 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2521-
CMYK0.900.7600.92
HSL230.53º82.61%4.51%-
HSV(B)230.53º90.48%8.24%-
XYZ0.210.180.73-
YUV5.93136.51125.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 21 (8.59% from 255) = 75%
R=7.14%
G=17.86%
B=75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal25210.900.7600.92230.5382.614.51
Hex25155A4C05Ce7535
Octal252513211401343471235
Binary10101101011011010100110001011100111001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020515; }

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

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

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

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

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

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

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

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