#04040B

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

Shades of Black Russian #04040B

Tints of Black Russian #04040B

Color information

#04040B (or 0x04040B) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 0B. RGB value is (4,4,11). Sum of RGB (Red+Green+Blue) = 4+4+11=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #04040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040B is #FBFBF4. Grayscale: #040404. Windows color (decimal): -16514037 or 721924. OLE color: 721924.

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

Color convert

RGB4411-
CMYK0.640.6400.96
HSL240º46.67%2.94%-
HSV(B)240º63.64%4.31%-
XYZ0.150.140.33-
YUV4.8131.5127.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 21.05%
GREEN value IS 4 (1.95% from 255) = 21.05%
BLUE value IS 11 (4.69% from 255) = 57.89%
R=21.05%
G=21.05%
B=57.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal44110.640.6400.9624046.672.94
Hex44B4040060f02f3
Octal44131001000140360573
Binary100100101110000001000000011000001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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