#08220C

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

Shades of Black Bean #08220C

Tints of Black Bean #08220C

Color information

#08220C (or 0x08220C) is unknown color: approx Black Bean. HEX triplet: 08, 22 and 0C. RGB value is (8,34,12). Sum of RGB (Red+Green+Blue) = 8+34+12=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #08220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220C is #F7DDF3. Grayscale: #171717. Windows color (decimal): -16244212 or 795144. OLE color: 795144.

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

Color convert

RGB83412-
CMYK0.7600.650.87
HSL129.23º61.9%8.24%-
HSV(B)129.23º76.47%13.33%-
XYZ0.741.220.54-
YUV23.72121.39116.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=14.81%
G=62.96%
B=22.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834120.7600.650.87129.2361.98.24
Hex822C4C04157813e8
Octal10421411401011272017610
Binary100010001011001001100010000011010111100000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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