#08200A

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

Shades of Black Bean #08200A

Tints of Black Bean #08200A

Color information

#08200A (or 0x08200A) is unknown color: approx Black Bean. HEX triplet: 08, 20 and 0A. RGB value is (8,32,10). Sum of RGB (Red+Green+Blue) = 8+32+10=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #08200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08200A is #F7DFF5. Grayscale: #161616. Windows color (decimal): -16244726 or 663560. OLE color: 663560.

HSL color Cylindrical-coordinate representation of color #08200A: hue angle of 125º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08200A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB83210-
CMYK0.7500.690.87
HSL125º60%7.84%-
HSV(B)125º75%12.55%-
XYZ0.671.110.47-
YUV22.32121.05117.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 32 (12.89% from 255) = 64%
BLUE value IS 10 (4.30% from 255) = 20%
R=16%
G=64%
B=20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832100.7500.690.87125607.84
Hex820A4B045577d3c8
Octal10401211301051271757410
Binary10001000001010100101101000101101011111111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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