#051307

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

Shades of Black Bean #051307

Tints of Black Bean #051307

Color information

#051307 (or 0x051307) is unknown color: approx Black Bean. HEX triplet: 05, 13 and 07. RGB value is (5,19,7). Sum of RGB (Red+Green+Blue) = 5+19+7=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #051307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051307 is #FAECF8. Grayscale: #0D0D0D. Windows color (decimal): -16444665 or 463621. OLE color: 463621.

HSL color Cylindrical-coordinate representation of color #051307: hue angle of 128.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051307 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB5197-
CMYK0.7400.630.93
HSL128.57º58.33%4.71%-
HSV(B)128.57º73.68%7.45%-
XYZ0.330.510.28-
YUV13.45124.36121.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 7 (3.12% from 255) = 22.58%
R=16.13%
G=61.29%
B=22.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51970.7400.630.93128.5758.334.71
Hex51374A03F5D813a5
Octal5237112077135201725
Binary1011001111110010100111111101110110000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051307; }

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

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

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

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

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

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

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

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