#051407

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

Shades of Black Bean #051407

Tints of Black Bean #051407

Color information

#051407 (or 0x051407) is unknown color: approx Black Bean. HEX triplet: 05, 14 and 07. RGB value is (5,20,7). Sum of RGB (Red+Green+Blue) = 5+20+7=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #051407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051407 is #FAEBF8. Grayscale: #0E0E0E. Windows color (decimal): -16444409 or 463877. OLE color: 463877.

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

Color convert

RGB5207-
CMYK0.7500.650.92
HSL128º60%4.9%-
HSV(B)128º75%7.84%-
XYZ0.350.550.29-
YUV14.03124.03121.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 7 (3.12% from 255) = 21.88%
R=15.62%
G=62.5%
B=21.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52070.7500.650.92128604.9
Hex51474B0415C803c5
Octal52471130101134200745
Binary10110100111100101101000001101110010000000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051407; }

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

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

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

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

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

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

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

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