#051E07

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

Shades of Black Bean #051E07

Tints of Black Bean #051E07

Color information

#051E07 (or 0x051E07) is unknown color: approx Black Bean. HEX triplet: 05, 1E and 07. RGB value is (5,30,7). Sum of RGB (Red+Green+Blue) = 5+30+7=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #051E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E07 is #FAE1F8. Grayscale: #131313. Windows color (decimal): -16441849 or 466437. OLE color: 466437.

HSL color Cylindrical-coordinate representation of color #051E07: hue angle of 124.8º 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 #051E07 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB5307-
CMYK0.8300.770.88
HSL124.8º71.43%6.86%-
HSV(B)124.8º83.33%11.76%-
XYZ0.570.980.36-
YUV19.9120.72117.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 30 (12.11% from 255) = 71.43%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=11.90%
G=71.43%
B=16.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal53070.8300.770.88124.871.436.86
Hex51E75304D587d477
Octal536712301151301751077
Binary10111110111101001101001101101100011111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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