#051507

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

Shades of Black Bean #051507

Tints of Black Bean #051507

Color information

#051507 (or 0x051507) is unknown color: approx Black Bean. HEX triplet: 05, 15 and 07. RGB value is (5,21,7). Sum of RGB (Red+Green+Blue) = 5+21+7=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #051507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051507 is #FAEAF8. Grayscale: #0E0E0E. Windows color (decimal): -16444153 or 464133. OLE color: 464133.

HSL color Cylindrical-coordinate representation of color #051507: hue angle of 127.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051507 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB5217-
CMYK0.7600.670.92
HSL127.5º61.54%5.1%-
HSV(B)127.5º76.19%8.24%-
XYZ0.370.580.29-
YUV14.62123.7121.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.15%
GREEN value IS 21 (8.59% from 255) = 63.64%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=15.15%
G=63.64%
B=21.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52170.7600.670.92127.561.545.1
Hex51574C0435C803e5
Octal52571140103134200765
Binary10110101111100110001000011101110010000000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051507; }

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

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

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

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

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

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

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

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