#040405

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

Shades of Black Russian #040405

Tints of Black Russian #040405

Color information

#040405 (or 0x040405) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 05. RGB value is (4,4,5). Sum of RGB (Red+Green+Blue) = 4+4+5=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 5 - color contains mainly: blue. Hex color #040405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040405 is #FBFBFA. Grayscale: #040404. Windows color (decimal): -16514043 or 328708. OLE color: 328708.

HSL color Cylindrical-coordinate representation of color #040405: hue angle of 240º degrees, saturation: 0.11, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #040405 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB445-
CMYK0.200.2000.98
HSL240º11.11%1.76%-
HSV(B)240º20%1.96%-
XYZ0.120.120.16-
YUV4.11128.5127.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 30.77%
GREEN value IS 4 (1.95% from 255) = 30.77%
BLUE value IS 5 (2.34% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal4450.200.2000.9824011.111.76
Hex4451414062f0b2
Octal44524240142360132
Binary10010010110100101000110001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040405; }

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

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

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

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

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

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

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

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