#040A04

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

Shades of Black Bean #040A04

Tints of Black Bean #040A04

Color information

#040A04 (or 0x040A04) is unknown color: approx Black Bean. HEX triplet: 04, 0A and 04. RGB value is (4,10,4). Sum of RGB (Red+Green+Blue) = 4+10+4=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #040A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A04 is #FBF5FB. Grayscale: #070707. Windows color (decimal): -16512508 or 264708. OLE color: 264708.

HSL color Cylindrical-coordinate representation of color #040A04: hue angle of 120º 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 #040A04 is Cyan = 0.6, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB4104-
CMYK0.600.60.96
HSL120º42.86%2.75%-
HSV(B)120º60%3.92%-
XYZ0.180.250.15-
YUV7.52126.01125.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal41040.600.60.9612042.862.75
Hex4A43C03C60782b3
Octal412474074140170533
Binary100101010011110001111001100000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A04; }

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

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

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

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

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

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

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

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