#040B05

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

Shades of Black Bean #040B05

Tints of Black Bean #040B05

Color information

#040B05 (or 0x040B05) is unknown color: approx Black Bean. HEX triplet: 04, 0B and 05. RGB value is (4,11,5). Sum of RGB (Red+Green+Blue) = 4+11+5=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #040B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B05 is #FBF4FA. Grayscale: #080808. Windows color (decimal): -16512251 or 330500. OLE color: 330500.

HSL color Cylindrical-coordinate representation of color #040B05: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #040B05 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.

Color convert

RGB4115-
CMYK0.6400.550.96
HSL128.57º46.67%2.94%-
HSV(B)128.57º63.64%4.31%-
XYZ0.20.280.19-
YUV8.22126.18124.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 20%
GREEN value IS 11 (4.69% from 255) = 55%
BLUE value IS 5 (2.34% from 255) = 25%
R=20%
G=55%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal41150.6400.550.96128.5746.672.94
Hex4B54003760812f3
Octal4135100067140201573
Binary10010111011000000011011111000001000000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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