#08210A

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

Shades of Black Bean #08210A

Tints of Black Bean #08210A

Color information

#08210A (or 0x08210A) is unknown color: approx Black Bean. HEX triplet: 08, 21 and 0A. RGB value is (8,33,10). Sum of RGB (Red+Green+Blue) = 8+33+10=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #08210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210A is #F7DEF5. Grayscale: #161616. Windows color (decimal): -16244470 or 663816. OLE color: 663816.

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

Color convert

RGB83310-
CMYK0.7600.700.87
HSL124.8º60.98%8.04%-
HSV(B)124.8º75.76%12.94%-
XYZ0.71.160.47-
YUV22.9120.72117.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 33 (13.28% from 255) = 64.71%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=15.69%
G=64.71%
B=19.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833100.7600.700.87124.860.988.04
Hex821A4C046577d3d8
Octal10411211401061271757510
Binary10001000011010100110001000110101011111111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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