#08220A

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

Shades of Black Bean #08220A

Tints of Black Bean #08220A

Color information

#08220A (or 0x08220A) is unknown color: approx Black Bean. HEX triplet: 08, 22 and 0A. RGB value is (8,34,10). Sum of RGB (Red+Green+Blue) = 8+34+10=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #08220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220A is #F7DDF5. Grayscale: #171717. Windows color (decimal): -16244214 or 664072. OLE color: 664072.

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

Color convert

RGB83410-
CMYK0.7600.710.87
HSL124.62º61.9%8.24%-
HSV(B)124.62º76.47%13.33%-
XYZ0.731.220.48-
YUV23.49120.39116.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 34 (13.67% from 255) = 65.38%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=15.38%
G=65.38%
B=19.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834100.7600.710.87124.6261.98.24
Hex822A4C047577d3e8
Octal10421211401071271757610
Binary10001000101010100110001000111101011111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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