#08210D

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

Shades of Black Bean #08210D

Tints of Black Bean #08210D

Color information

#08210D (or 0x08210D) is unknown color: approx Black Bean. HEX triplet: 08, 21 and 0D. RGB value is (8,33,13). Sum of RGB (Red+Green+Blue) = 8+33+13=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #08210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210D is #F7DEF2. Grayscale: #171717. Windows color (decimal): -16244467 or 860424. OLE color: 860424.

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

Color convert

RGB83313-
CMYK0.7600.610.87
HSL132º60.98%8.04%-
HSV(B)132º75.76%12.94%-
XYZ0.721.170.57-
YUV23.24122.22117.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=14.81%
G=61.11%
B=24.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833130.7600.610.8713260.988.04
Hex821D4C03D57843d8
Octal1041151140751272047510
Binary10001000011101100110001111011010111100001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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