#041304

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

Shades of Black Bean #041304

Tints of Black Bean #041304

Color information

#041304 (or 0x041304) is unknown color: approx Black Bean. HEX triplet: 04, 13 and 04. RGB value is (4,19,4). Sum of RGB (Red+Green+Blue) = 4+19+4=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #041304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041304 is #FBECFB. Grayscale: #0C0C0C. Windows color (decimal): -16510204 or 267012. OLE color: 267012.

HSL color Cylindrical-coordinate representation of color #041304: hue angle of 120º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041304 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB4194-
CMYK0.7900.790.93
HSL120º65.22%4.51%-
HSV(B)120º78.95%7.45%-
XYZ0.30.50.2-
YUV12.8123.03121.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.81%
GREEN value IS 19 (7.81% from 255) = 70.37%
BLUE value IS 4 (1.95% from 255) = 14.81%
R=14.81%
G=70.37%
B=14.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41940.7900.790.9312065.224.51
Hex41344F04F5D78415
Octal423411701171351701015
Binary10010011100100111101001111101110111110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041304; }

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

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

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

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

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

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

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

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