#040410

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

Shades of Black Russian #040410

Tints of Black Russian #040410

Color information

#040410 (or 0x040410) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 10. RGB value is (4,4,16). Sum of RGB (Red+Green+Blue) = 4+4+16=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #040410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040410 is #FBFBEF. Grayscale: #050505. Windows color (decimal): -16514032 or 1049604. OLE color: 1049604.

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

Color convert

RGB4416-
CMYK0.750.7500.94
HSL240º60%3.92%-
HSV(B)240º75%6.27%-
XYZ0.190.150.51-
YUV5.37134127.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 16 (6.64% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal44160.750.7500.94240603.92
Hex44104B4B05Ef03c4
Octal44201131130136360744
Binary10010010000100101110010110101111011110000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040410; }

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

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

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

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

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

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

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

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