#041404

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

Shades of Black Bean #041404

Tints of Black Bean #041404

Color information

#041404 (or 0x041404) is unknown color: approx Black Bean. HEX triplet: 04, 14 and 04. RGB value is (4,20,4). Sum of RGB (Red+Green+Blue) = 4+20+4=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #041404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041404 is #FBEBFB. Grayscale: #0D0D0D. Windows color (decimal): -16509948 or 267268. OLE color: 267268.

HSL color Cylindrical-coordinate representation of color #041404: hue angle of 120º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041404 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB4204-
CMYK0.8000.800.92
HSL120º66.67%4.71%-
HSV(B)120º80%7.84%-
XYZ0.320.530.2-
YUV13.39122.7121.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 20 (8.20% from 255) = 71.43%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=14.29%
G=71.43%
B=14.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal42040.8000.800.9212066.674.71
Hex4144500505C78435
Octal424412001201341701035
Binary10010100100101000001010000101110011110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041404; }

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

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

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

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

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

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

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

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