#040419

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

Shades of Black Russian #040419

Tints of Black Russian #040419

Color information

#040419 (or 0x040419) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 19. RGB value is (4,4,25). Sum of RGB (Red+Green+Blue) = 4+4+25=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #040419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040419 is #FBFBE6. Grayscale: #060606. Windows color (decimal): -16514023 or 1639428. OLE color: 1639428.

HSL color Cylindrical-coordinate representation of color #040419: hue angle of 240º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #040419 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB4425-
CMYK0.840.8400.90
HSL240º72.41%5.69%-
HSV(B)240º84%9.8%-
XYZ0.270.180.94-
YUV6.39138.5126.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.12%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 25 (10.16% from 255) = 75.76%
R=12.12%
G=12.12%
B=75.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal44250.840.8400.9024072.415.69
Hex4419545405Af0486
Octal443112412401323601106
Binary100100110011010100101010001011010111100001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040419; }

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

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

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

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

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

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

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

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