Html Css Color HEX #08220B Black Bean

📋 copy color: '#08220B'

red 8 ◦ green 34 ◦ blue 11

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

Shades of Black Bean #08220B

Tints of Black Bean #08220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 20.75%

R = 15.09%
G = 64.15%
B = 20.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.87

RGB Variations

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

Color information

#08220B (or 0x08220B) is known color: Black Bean. HEX triplet: 08, 22 and 0B. RGB value is (8,34,11). Sum of RGB (Red+Green+Blue) = 8+34+11=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #08220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220B is #F7DDF4. Grayscale: #171717. Windows color (decimal): -16244213 or 729608. OLE color: 729608.

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

Color convert

RGB 8 34 11 -
CMYK 0.76 0 0.68 0.87
HSL 126.92º 0.62% 0.08% -
HSV(B) 126.92º 0.76% 0.13% -
XYZ 0.73 1.22 0.51 -
YUV 23.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 8 34 11 0.76 0 0.68 0.87 126.92 0.62 0.08
Hex 8 22 B 4C 0 44 57 7F 3E 8
Octal 10 42 13 114 0 104 127 177 76 10
Binary 1000 100010 1011 1001100 0 1000100 1010111 1111111 111110 1000

Color Harmonies of #08220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08220B

Black with #08220B

Text Example


Text Example

White with #08220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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