Html Css Color HEX #08220C Black Bean

📋 copy color: '#08220C'

red 8 ◦ green 34 ◦ blue 12

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

Shades of Black Bean #08220C

Tints of Black Bean #08220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 62.96%

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

R = 14.81%
G = 62.96%
B = 22.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#08220C (or 0x08220C) is known color: Black Bean. HEX triplet: 08, 22 and 0C. RGB value is (8,34,12). Sum of RGB (Red+Green+Blue) = 8+34+12=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #08220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220C is #F7DDF3. Grayscale: #171717. Windows color (decimal): -16244212 or 795144. OLE color: 795144.

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

Color convert

RGB 8 34 12 -
CMYK 0.76 0 0.65 0.87
HSL 129.23º 0.62% 0.08% -
HSV(B) 129.23º 0.76% 0.13% -
XYZ 0.74 1.22 0.54 -
YUV 23.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 8 34 12 0.76 0 0.65 0.87 129.23 0.62 0.08
Hex 8 22 C 4C 0 41 57 81 3E 8
Octal 10 42 14 114 0 101 127 201 76 10
Binary 1000 100010 1100 1001100 0 1000001 1010111 10000001 111110 1000

Color Harmonies of #08220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08220C

Black with #08220C

Text Example


Text Example

White with #08220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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