#050410

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

Shades of Black Russian #050410

Tints of Black Russian #050410

Color information

#050410 (or 0x050410) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 10. RGB value is (5,4,16). Sum of RGB (Red+Green+Blue) = 5+4+16=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 16 (6.64% from 255 or 64% from 25); Max value from RGB is 16 - color contains mainly: blue. Hex color #050410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050410 is #FAFBEF. Grayscale: #050505. Windows color (decimal): -16448496 or 1049605. OLE color: 1049605.

HSL color Cylindrical-coordinate representation of color #050410: hue angle of 245º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050410 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB5416-
CMYK0.690.7500.94
HSL245º60%3.92%-
HSV(B)245º75%6.27%-
XYZ0.20.160.51-
YUV5.67133.83127.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 16 (6.64% from 255) = 64%
R=20%
G=16%
B=64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal54160.690.7500.94245603.92
Hex5410454B05Ef53c4
Octal54201051130136365744
Binary10110010000100010110010110101111011110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050410; }

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

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

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

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

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

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

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

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