#020415

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

Shades of Black Russian #020415

Tints of Black Russian #020415

Color information

#020415 (or 0x020415) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 15. RGB value is (2,4,21). Sum of RGB (Red+Green+Blue) = 2+4+21=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 21 (8.59% from 255 or 77.78% from 27); Max value from RGB is 21 - color contains mainly: blue. Hex color #020415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020415 is #FDFBEA. Grayscale: #050505. Windows color (decimal): -16645099 or 1377282. OLE color: 1377282.

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

Color convert

RGB2421-
CMYK0.900.8100.92
HSL233.68º82.61%4.51%-
HSV(B)233.68º90.48%8.24%-
XYZ0.20.150.73-
YUV5.34136.84125.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 21 (8.59% from 255) = 77.78%
R=7.41%
G=14.81%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal24210.900.8100.92233.6882.614.51
Hex24155A5105Cea535
Octal242513212101343521235
Binary10100101011011010101000101011100111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020415; }

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

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

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

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

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

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

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

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