#04040A

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

Shades of Black Russian #04040A

Tints of Black Russian #04040A

Color information

#04040A (or 0x04040A) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 0A. RGB value is (4,4,10). Sum of RGB (Red+Green+Blue) = 4+4+10=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #04040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040A is #FBFBF5. Grayscale: #040404. Windows color (decimal): -16514038 or 656388. OLE color: 656388.

HSL color Cylindrical-coordinate representation of color #04040A: hue angle of 240º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #04040A is Cyan = 0.6, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4410-
CMYK0.60.600.96
HSL240º42.86%2.75%-
HSV(B)240º60%3.92%-
XYZ0.150.130.31-
YUV4.68131127.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 22.22%
GREEN value IS 4 (1.95% from 255) = 22.22%
BLUE value IS 10 (4.30% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal44100.60.600.9624042.862.75
Hex44A3C3C060f02b3
Octal441274740140360533
Binary1001001010111100111100011000001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04040A; }

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

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

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

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

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

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

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

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