#040805

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

Shades of Black Bean #040805

Tints of Black Bean #040805

Color information

#040805 (or 0x040805) is unknown color: approx Black Bean. HEX triplet: 04, 08 and 05. RGB value is (4,8,5). Sum of RGB (Red+Green+Blue) = 4+8+5=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 5 (2.34% from 255 or 29.41% from 17); Max value from RGB is 8 - color contains mainly: green. Hex color #040805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040805 is #FBF7FA. Grayscale: #060606. Windows color (decimal): -16513019 or 329732. OLE color: 329732.

HSL color Cylindrical-coordinate representation of color #040805: hue angle of 135º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040805 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.

Color convert

RGB485-
CMYK0.500.380.97
HSL135º33.33%2.35%-
HSV(B)135º50%3.14%-
XYZ0.160.210.18-
YUV6.46127.17126.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 23.53%
GREEN value IS 8 (3.52% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 29.41%
R=23.53%
G=47.06%
B=29.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4850.500.380.9713533.332.35
Hex485320266187212
Octal410562046141207412
Binary1001000101110010010011011000011000011110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040805; }

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

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

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

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

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

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

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

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