#0A150A

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

Shades of Black Bean #0A150A

Tints of Black Bean #0A150A

Color information

#0A150A (or 0x0A150A) is unknown color: approx Black Bean. HEX triplet: 0A, 15 and 0A. RGB value is (10,21,10). Sum of RGB (Red+Green+Blue) = 10+21+10=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150A is #F5EAF5. Grayscale: #101010. Windows color (decimal): -16116470 or 660746. OLE color: 660746.

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

Color convert

RGB102110-
CMYK0.5200.520.92
HSL120º35.48%6.08%-
HSV(B)120º52.38%8.24%-
XYZ0.450.620.38-
YUV16.46124.36123.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=24.39%
G=51.22%
B=24.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1021100.5200.520.9212035.486.08
HexA15A340345C78236
Octal12251264064134170436
Binary1010101011010110100011010010111001111000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A150A; }

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

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

<style>
 a { background-color: #0A150A; }

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

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

<style>
 span { border-color: #0A150A; }

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

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