#050415

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

Shades of Black Russian #050415

Tints of Black Russian #050415

Color information

#050415 (or 0x050415) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 15. RGB value is (5,4,21). Sum of RGB (Red+Green+Blue) = 5+4+21=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 21 (8.59% from 255 or 70% from 30); Max value from RGB is 21 - color contains mainly: blue. Hex color #050415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050415 is #FAFBEA. Grayscale: #060606. Windows color (decimal): -16448491 or 1377285. OLE color: 1377285.

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

Color convert

RGB5421-
CMYK0.760.8100.92
HSL243.53º68%4.9%-
HSV(B)243.53º80.95%8.24%-
XYZ0.240.170.73-
YUV6.24136.33127.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 21 (8.59% from 255) = 70%
R=16.67%
G=13.33%
B=70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal54210.760.8100.92243.53684.9
Hex54154C5105Cf4445
Octal542511412101343641045
Binary101100101011001100101000101011100111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050415; }

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

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

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

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

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

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

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

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