#05220A

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

Shades of Black Bean #05220A

Tints of Black Bean #05220A

Color information

#05220A (or 0x05220A) is unknown color: approx Black Bean. HEX triplet: 05, 22 and 0A. RGB value is (5,34,10). Sum of RGB (Red+Green+Blue) = 5+34+10=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #05220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05220A is #FADDF5. Grayscale: #161616. Windows color (decimal): -16440822 or 664069. OLE color: 664069.

HSL color Cylindrical-coordinate representation of color #05220A: hue angle of 130.34º 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 #05220A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB53410-
CMYK0.8500.710.87
HSL130.34º74.36%7.65%-
HSV(B)130.34º85.29%13.33%-
XYZ0.691.20.48-
YUV22.59120.89115.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 34 (13.67% from 255) = 69.39%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=10.20%
G=69.39%
B=20.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534100.8500.710.87130.3474.367.65
Hex522A5504757824a8
Octal54212125010712720211210
Binary101100010101010101010100011110101111000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05220A; }

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

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

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

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

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

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

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

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