#040F04

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

Shades of Black Bean #040F04

Tints of Black Bean #040F04

Color information

#040F04 (or 0x040F04) is unknown color: approx Black Bean. HEX triplet: 04, 0F and 04. RGB value is (4,15,4). Sum of RGB (Red+Green+Blue) = 4+15+4=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #040F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F04 is #FBF0FB. Grayscale: #0A0A0A. Windows color (decimal): -16511228 or 265988. OLE color: 265988.

HSL color Cylindrical-coordinate representation of color #040F04: hue angle of 120º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040F04 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB4154-
CMYK0.7300.730.94
HSL120º57.89%3.73%-
HSV(B)120º73.33%5.88%-
XYZ0.240.380.17-
YUV10.46124.36123.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 17.39%
GREEN value IS 15 (6.25% from 255) = 65.22%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=17.39%
G=65.22%
B=17.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41540.7300.730.9412057.893.73
Hex4F4490495E783a4
Octal41741110111136170724
Binary100111110010010010100100110111101111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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