#040F05

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

Shades of Black Bean #040F05

Tints of Black Bean #040F05

Color information

#040F05 (or 0x040F05) is unknown color: approx Black Bean. HEX triplet: 04, 0F and 05. RGB value is (4,15,5). Sum of RGB (Red+Green+Blue) = 4+15+5=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #040F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F05 is #FBF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16511227 or 331524. OLE color: 331524.

HSL color Cylindrical-coordinate representation of color #040F05: hue angle of 125.45º 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 #040F05 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB4155-
CMYK0.7300.670.94
HSL125.45º57.89%3.73%-
HSV(B)125.45º73.33%5.88%-
XYZ0.250.380.2-
YUV10.57124.86123.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 15 (6.25% from 255) = 62.5%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=16.67%
G=62.5%
B=20.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41550.7300.670.94125.4557.893.73
Hex4F5490435E7d3a4
Octal41751110103136175724
Binary100111110110010010100001110111101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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