#052106

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

Shades of Black Bean #052106

Tints of Black Bean #052106

Color information

#052106 (or 0x052106) is unknown color: approx Black Bean. HEX triplet: 05, 21 and 06. RGB value is (5,33,6). Sum of RGB (Red+Green+Blue) = 5+33+6=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 33 (13.28% from 255 or 75% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 33 - color contains mainly: green. Hex color #052106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052106 is #FADEF9. Grayscale: #151515. Windows color (decimal): -16441082 or 401669. OLE color: 401669.

HSL color Cylindrical-coordinate representation of color #052106: hue angle of 122.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052106 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB5336-
CMYK0.8500.820.87
HSL122.14º73.68%7.45%-
HSV(B)122.14º84.85%12.94%-
XYZ0.641.130.36-
YUV21.55119.22116.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 33 (13.28% from 255) = 75%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=11.36%
G=75%
B=13.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53360.8500.820.87122.1473.687.45
Hex521655052577a4a7
Octal541612501221271721127
Binary101100001110101010101010010101011111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052106; }

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

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

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

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

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

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

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

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