Html Css Color HEX #08200B Black Bean

📋 copy color: '#08200B'

red 8 ◦ green 32 ◦ blue 11

#08200B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #08200B

Tints of Black Bean #08200B

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 value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#08200B (or 0x08200B) is known color: 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

RGB 8 32 11 -
CMYK 0.75 0 0.66 0.87
HSL 127.5º 0.6% 0.08% -
HSV(B) 127.5º 0.75% 0.13% -
XYZ 0.68 1.11 0.49 -
YUV 22.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 8 32 11 0.75 0 0.66 0.87 127.5 0.6 0.08
Hex 8 20 B 4B 0 42 57 80 3C 8
Octal 10 40 13 113 0 102 127 200 74 10
Binary 1000 100000 1011 1001011 0 1000010 1010111 10000000 111100 1000

Color Harmonies of #08200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08200B

Black with #08200B

Text Example


Text Example

White with #08200B

Text Example


Text Example

HTML Codes & Css Web 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>