Html Css Color HEX #08200C Black Bean

📋 copy color: '#08200C'

red 8 ◦ green 32 ◦ blue 12

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

Shades of Black Bean #08200C

Tints of Black Bean #08200C

RGB

 RED value IS 8 (3.52% from 255) = 15.38%

 GREEN value IS 32 (12.89% from 255) = 61.54%

 BLUE value IS 12 (5.08% from 255) = 23.08%

R = 15.38%
G = 61.54%
B = 23.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#08200C (or 0x08200C) is known color: Black Bean. HEX triplet: 08, 20 and 0C. RGB value is (8,32,12). Sum of RGB (Red+Green+Blue) = 8+32+12=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #08200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08200C is #F7DFF3. Grayscale: #161616. Windows color (decimal): -16244724 or 794632. OLE color: 794632.

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

Color convert

RGB 8 32 12 -
CMYK 0.75 0 0.63 0.87
HSL 130º 0.6% 0.08% -
HSV(B) 130º 0.75% 0.13% -
XYZ 0.68 1.11 0.53 -
YUV 22.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 8 32 12 0.75 0 0.63 0.87 130 0.6 0.08
Hex 8 20 C 4B 0 3F 57 82 3C 8
Octal 10 40 14 113 0 77 127 202 74 10
Binary 1000 100000 1100 1001011 0 111111 1010111 10000010 111100 1000

Color Harmonies of #08200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08200C

Black with #08200C

Text Example


Text Example

White with #08200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08200C;
 }
 .AnyTagClassName
 {
   color: #08200C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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