#040D1E

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

Shades of Black Russian #040D1E

Tints of Black Russian #040D1E

Color information

#040D1E (or 0x040D1E) is unknown color: approx Black Russian. HEX triplet: 04, 0D and 1E. RGB value is (4,13,30). Sum of RGB (Red+Green+Blue) = 4+13+30=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #040D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1E is #FBF2E1. Grayscale: #0C0C0C. Windows color (decimal): -16511714 or 1969412. OLE color: 1969412.

HSL color Cylindrical-coordinate representation of color #040D1E: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #040D1E is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB41330-
CMYK0.870.5700.88
HSL219.23º76.47%6.67%-
HSV(B)219.23º86.67%11.76%-
XYZ0.430.411.28-
YUV12.25138.02122.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.51%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=8.51%
G=27.66%
B=63.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal413300.870.5700.88219.2376.476.67
Hex4D1E5739058db4c7
Octal415361277101303331147
Binary100110111110101011111100101011000110110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040D1E; }

 p { color: rgb(4,13,30); }

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

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

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

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

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

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

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