#08210C

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

Shades of Black Bean #08210C

Tints of Black Bean #08210C

Color information

#08210C (or 0x08210C) is unknown color: approx Black Bean. HEX triplet: 08, 21 and 0C. RGB value is (8,33,12). Sum of RGB (Red+Green+Blue) = 8+33+12=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #08210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210C is #F7DEF3. Grayscale: #171717. Windows color (decimal): -16244468 or 794888. OLE color: 794888.

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

Color convert

RGB83312-
CMYK0.7600.640.87
HSL129.6º60.98%8.04%-
HSV(B)129.6º75.76%12.94%-
XYZ0.711.170.54-
YUV23.13121.72117.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=15.09%
G=62.26%
B=22.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833120.7600.640.87129.660.988.04
Hex821C4C04057823d8
Octal10411411401001272027510
Binary100010000111001001100010000001010111100000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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