#08200B

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

Shades of Black Bean #08200B

Tints of Black Bean #08200B

Color information

#08200B (or 0x08200B) is unknown color: approx Black Bean. HEX triplet: 08, 20 and 0B. RGB value is (8,32,11). Sum of RGB (Red+Green+Blue) = 8+32+11=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #08200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08200B is #F7DFF4. Grayscale: #161616. Windows color (decimal): -16244725 or 729096. OLE color: 729096.

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

Color convert

RGB83211-
CMYK0.7500.660.87
HSL127.5º60%7.84%-
HSV(B)127.5º75%12.55%-
XYZ0.681.110.49-
YUV22.43121.55117.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 32 (12.89% from 255) = 62.75%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=15.69%
G=62.75%
B=21.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal832110.7500.660.87127.5607.84
Hex820B4B04257803c8
Octal10401311301021272007410
Binary100010000010111001011010000101010111100000001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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