#08180B

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

Shades of Black Bean #08180B

Tints of Black Bean #08180B

Color information

#08180B (or 0x08180B) is unknown color: approx Black Bean. HEX triplet: 08, 18 and 0B. RGB value is (8,24,11). Sum of RGB (Red+Green+Blue) = 8+24+11=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #08180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180B is #F7E7F4. Grayscale: #111111. Windows color (decimal): -16246773 or 727048. OLE color: 727048.

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

Color convert

RGB82411-
CMYK0.6700.540.91
HSL131.25º50%6.27%-
HSV(B)131.25º66.67%9.41%-
XYZ0.490.730.43-
YUV17.73124.2121.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=18.60%
G=55.81%
B=25.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal824110.6700.540.91131.25506.27
Hex818B430365B83326
Octal103013103066133203626
Binary100011000101110000110110110101101110000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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