#051A06

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

Shades of Black Bean #051A06

Tints of Black Bean #051A06

Color information

#051A06 (or 0x051A06) is unknown color: approx Black Bean. HEX triplet: 05, 1A and 06. RGB value is (5,26,6). Sum of RGB (Red+Green+Blue) = 5+26+6=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #051A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A06 is #FAE5F9. Grayscale: #111111. Windows color (decimal): -16442874 or 399877. OLE color: 399877.

HSL color Cylindrical-coordinate representation of color #051A06: hue angle of 122.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A06 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB5266-
CMYK0.8100.770.90
HSL122.86º67.74%6.08%-
HSV(B)122.86º80.77%10.2%-
XYZ0.460.780.3-
YUV17.44121.54119.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 26 (10.55% from 255) = 70.27%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=13.51%
G=70.27%
B=16.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal52660.8100.770.90122.8667.746.08
Hex51A65104D5A7b446
Octal532612101151321731046
Binary10111010110101000101001101101101011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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