#052206

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

Shades of Black Bean #052206

Tints of Black Bean #052206

Color information

#052206 (or 0x052206) is unknown color: approx Black Bean. HEX triplet: 05, 22 and 06. RGB value is (5,34,6). Sum of RGB (Red+Green+Blue) = 5+34+6=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 34 (13.67% from 255 or 75.56% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 34 - color contains mainly: green. Hex color #052206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052206 is #FADDF9. Grayscale: #161616. Windows color (decimal): -16440826 or 401925. OLE color: 401925.

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

Color convert

RGB5346-
CMYK0.8500.820.87
HSL122.07º74.36%7.65%-
HSV(B)122.07º85.29%13.33%-
XYZ0.671.190.37-
YUV22.14118.89115.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 34 (13.67% from 255) = 75.56%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=11.11%
G=75.56%
B=13.33%

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
Decimal53460.8500.820.87122.0774.367.65
Hex522655052577a4a8
Octal5426125012212717211210
Binary1011000101101010101010100101010111111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052206; }

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

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

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

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

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

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

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

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