#08210B

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

Shades of Black Bean #08210B

Tints of Black Bean #08210B

Color information

#08210B (or 0x08210B) is unknown color: approx Black Bean. HEX triplet: 08, 21 and 0B. RGB value is (8,33,11). Sum of RGB (Red+Green+Blue) = 8+33+11=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #08210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210B is #F7DEF4. Grayscale: #171717. Windows color (decimal): -16244469 or 729352. OLE color: 729352.

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

Color convert

RGB83311-
CMYK0.7600.670.87
HSL127.2º60.98%8.04%-
HSV(B)127.2º75.76%12.94%-
XYZ0.71.160.5-
YUV23.02121.22117.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 33 (13.28% from 255) = 63.46%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=15.38%
G=63.46%
B=21.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833110.7600.670.87127.260.988.04
Hex821B4C043577f3d8
Octal10411311401031271777510
Binary10001000011011100110001000011101011111111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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