#08160B

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

Shades of Black Bean #08160B

Tints of Black Bean #08160B

Color information

#08160B (or 0x08160B) is unknown color: approx Black Bean. HEX triplet: 08, 16 and 0B. RGB value is (8,22,11). Sum of RGB (Red+Green+Blue) = 8+22+11=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #08160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08160B is #F7E9F4. Grayscale: #101010. Windows color (decimal): -16247285 or 726536. OLE color: 726536.

HSL color Cylindrical-coordinate representation of color #08160B: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #08160B is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB82211-
CMYK0.6400.50.91
HSL132.86º46.67%5.88%-
HSV(B)132.86º63.64%8.63%-
XYZ0.450.650.42-
YUV16.56124.86121.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=19.51%
G=53.66%
B=26.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal822110.6400.50.91132.8646.675.88
Hex816B400325B852f6
Octal102613100062133205576
Binary100010110101110000000110010101101110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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