#051306

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

Shades of Black Bean #051306

Tints of Black Bean #051306

Color information

#051306 (or 0x051306) is unknown color: approx Black Bean. HEX triplet: 05, 13 and 06. RGB value is (5,19,6). Sum of RGB (Red+Green+Blue) = 5+19+6=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #051306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051306 is #FAECF9. Grayscale: #0D0D0D. Windows color (decimal): -16444666 or 398085. OLE color: 398085.

HSL color Cylindrical-coordinate representation of color #051306: hue angle of 124.29º 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 #051306 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB5196-
CMYK0.7400.680.93
HSL124.29º58.33%4.71%-
HSV(B)124.29º73.68%7.45%-
XYZ0.330.510.25-
YUV13.33123.86122.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 19 (7.81% from 255) = 63.33%
BLUE value IS 6 (2.73% from 255) = 20%
R=16.67%
G=63.33%
B=20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51960.7400.680.93124.2958.334.71
Hex51364A0445D7c3a5
Octal52361120104135174725
Binary1011001111010010100100010010111011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051306; }

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

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

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

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

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

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

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

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