#051E06

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

Shades of Black Bean #051E06

Tints of Black Bean #051E06

Color information

#051E06 (or 0x051E06) is unknown color: approx Black Bean. HEX triplet: 05, 1E and 06. RGB value is (5,30,6). Sum of RGB (Red+Green+Blue) = 5+30+6=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #051E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E06 is #FAE1F9. Grayscale: #131313. Windows color (decimal): -16441850 or 400901. OLE color: 400901.

HSL color Cylindrical-coordinate representation of color #051E06: hue angle of 122.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051E06 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB5306-
CMYK0.8300.800.88
HSL122.4º71.43%6.86%-
HSV(B)122.4º83.33%11.76%-
XYZ0.560.970.33-
YUV19.79120.22117.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 30 (12.11% from 255) = 73.17%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=12.20%
G=73.17%
B=14.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal53060.8300.800.88122.471.436.86
Hex51E653050587a477
Octal536612301201301721077
Binary10111110110101001101010000101100011110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E06; }

 p { color: rgb(5,30,6); }

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

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

 a { background-color: rgb(5,30,6); }

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

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

 span { border-color: rgb(5,30,6); }

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