#08180A

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

Shades of Black Bean #08180A

Tints of Black Bean #08180A

Color information

#08180A (or 0x08180A) is unknown color: approx Black Bean. HEX triplet: 08, 18 and 0A. RGB value is (8,24,10). Sum of RGB (Red+Green+Blue) = 8+24+10=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #08180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180A is #F7E7F5. Grayscale: #111111. Windows color (decimal): -16246774 or 661512. OLE color: 661512.

HSL color Cylindrical-coordinate representation of color #08180A: hue angle of 127.5º 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 #08180A is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB82410-
CMYK0.6700.580.91
HSL127.5º50%6.27%-
HSV(B)127.5º66.67%9.41%-
XYZ0.480.730.4-
YUV17.62123.7121.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal824100.6700.580.91127.5506.27
Hex818A4303A5B80326
Octal103012103072133200626
Binary100011000101010000110111010101101110000000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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