#040510

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

Shades of Black Russian #040510

Tints of Black Russian #040510

Color information

#040510 (or 0x040510) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 10. RGB value is (4,5,16). Sum of RGB (Red+Green+Blue) = 4+5+16=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 5 (2.34% from 255 or 20% 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 #040510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040510 is #FBFAEF. Grayscale: #050505. Windows color (decimal): -16513776 or 1049860. OLE color: 1049860.

HSL color Cylindrical-coordinate representation of color #040510: hue angle of 235º 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 #040510 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB4516-
CMYK0.750.6900.94
HSL235º60%3.92%-
HSV(B)235º75%6.27%-
XYZ0.20.170.51-
YUV5.95133.67126.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal45160.750.6900.94235603.92
Hex45104B4505Eeb3c4
Octal45201131050136353744
Binary10010110000100101110001010101111011101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040510; }

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

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

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

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

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

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

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

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