#08220B

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

Shades of Black Bean #08220B

Tints of Black Bean #08220B

Color information

#08220B (or 0x08220B) is unknown color: approx Black Bean. HEX triplet: 08, 22 and 0B. RGB value is (8,34,11). Sum of RGB (Red+Green+Blue) = 8+34+11=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #08220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220B is #F7DDF4. Grayscale: #171717. Windows color (decimal): -16244213 or 729608. OLE color: 729608.

HSL color Cylindrical-coordinate representation of color #08220B: hue angle of 126.92º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08220B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB83411-
CMYK0.7600.680.87
HSL126.92º61.9%8.24%-
HSV(B)126.92º76.47%13.33%-
XYZ0.731.220.51-
YUV23.6120.89116.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 34 (13.67% from 255) = 64.15%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=15.09%
G=64.15%
B=20.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834110.7600.680.87126.9261.98.24
Hex822B4C044577f3e8
Octal10421311401041271777610
Binary10001000101011100110001000100101011111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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