#08150A

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

Shades of Black Bean #08150A

Tints of Black Bean #08150A

Color information

#08150A (or 0x08150A) is unknown color: approx Black Bean. HEX triplet: 08, 15 and 0A. RGB value is (8,21,10). Sum of RGB (Red+Green+Blue) = 8+21+10=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #08150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150A is #F7EAF5. Grayscale: #0F0F0F. Windows color (decimal): -16247542 or 660744. OLE color: 660744.

HSL color Cylindrical-coordinate representation of color #08150A: hue angle of 129.23º 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 #08150A is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB82110-
CMYK0.6200.520.92
HSL129.23º44.83%5.69%-
HSV(B)129.23º61.9%8.24%-
XYZ0.420.610.38-
YUV15.86124.69122.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=20.51%
G=53.85%
B=25.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal821100.6200.520.92129.2344.835.69
Hex815A3E0345C812d6
Octal10251276064134201556
Binary10001010110101111100110100101110010000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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