#08150C

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

Shades of Black Bean #08150C

Tints of Black Bean #08150C

Color information

#08150C (or 0x08150C) is unknown color: approx Black Bean. HEX triplet: 08, 15 and 0C. RGB value is (8,21,12). Sum of RGB (Red+Green+Blue) = 8+21+12=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #08150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150C is #F7EAF3. Grayscale: #101010. Windows color (decimal): -16247540 or 791816. OLE color: 791816.

HSL color Cylindrical-coordinate representation of color #08150C: hue angle of 138.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #08150C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB82112-
CMYK0.6200.430.92
HSL138.46º44.83%5.69%-
HSV(B)138.46º61.9%8.24%-
XYZ0.430.610.44-
YUV16.09125.69122.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=19.51%
G=51.22%
B=29.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal821120.6200.430.92138.4644.835.69
Hex815C3E02B5C8a2d6
Octal10251476053134212556
Binary10001010111001111100101011101110010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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