#040B1D

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

Shades of Black Russian #040B1D

Tints of Black Russian #040B1D

Color information

#040B1D (or 0x040B1D) is unknown color: approx Black Russian. HEX triplet: 04, 0B and 1D. RGB value is (4,11,29). Sum of RGB (Red+Green+Blue) = 4+11+29=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #040B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B1D is #FBF4E2. Grayscale: #0A0A0A. Windows color (decimal): -16512227 or 1903364. OLE color: 1903364.

HSL color Cylindrical-coordinate representation of color #040B1D: hue angle of 223.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040B1D is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41129-
CMYK0.860.6200.89
HSL223.2º75.76%6.47%-
HSV(B)223.2º86.21%11.37%-
XYZ0.390.351.21-
YUV10.96138.18123.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 11 (4.69% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 65.91%
R=9.09%
G=25%
B=65.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal411290.860.6200.89223.275.766.47
Hex4B1D563E059df4c6
Octal413351267601313371146
Binary100101111101101011011111001011001110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,11,29); }

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

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

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

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

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

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

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