#05220B

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

Shades of Black Bean #05220B

Tints of Black Bean #05220B

Color information

#05220B (or 0x05220B) is unknown color: approx Black Bean. HEX triplet: 05, 22 and 0B. RGB value is (5,34,11). Sum of RGB (Red+Green+Blue) = 5+34+11=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #05220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05220B is #FADDF4. Grayscale: #161616. Windows color (decimal): -16440821 or 729605. OLE color: 729605.

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

Color convert

RGB53411-
CMYK0.8500.680.87
HSL132.41º74.36%7.65%-
HSV(B)132.41º85.29%13.33%-
XYZ0.71.20.51-
YUV22.71121.39115.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 34 (13.67% from 255) = 68%
BLUE value IS 11 (4.69% from 255) = 22%
R=10%
G=68%
B=22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534110.8500.680.87132.4174.367.65
Hex522B5504457844a8
Octal54213125010412720411210
Binary101100010101110101010100010010101111000010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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