#040110

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

Shades of Black Russian #040110

Tints of Black Russian #040110

Color information

#040110 (or 0x040110) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 10. RGB value is (4,1,16). Sum of RGB (Red+Green+Blue) = 4+1+16=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #040110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040110 is #FBFEEF. Grayscale: #030303. Windows color (decimal): -16514800 or 1048836. OLE color: 1048836.

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

Color convert

RGB4116-
CMYK0.750.9400.94
HSL252º88.24%3.33%-
HSV(B)252º93.75%6.27%-
XYZ0.150.080.5-
YUV3.61134.99128.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 19.05%
GREEN value IS 1 (0.78% from 255) = 4.76%
BLUE value IS 16 (6.64% from 255) = 76.19%
R=19.05%
G=4.76%
B=76.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41160.750.9400.9425288.243.33
Hex41104B5E05Efc583
Octal412011313601363741303
Binary100110000100101110111100101111011111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040110; }

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

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

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

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

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

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

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

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