#0A110A

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

Shades of Black Bean #0A110A

Tints of Black Bean #0A110A

Color information

#0A110A (or 0x0A110A) is unknown color: approx Black Bean. HEX triplet: 0A, 11 and 0A. RGB value is (10,17,10). Sum of RGB (Red+Green+Blue) = 10+17+10=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110A is #F5EEF5. Grayscale: #0E0E0E. Windows color (decimal): -16117494 or 659722. OLE color: 659722.

HSL color Cylindrical-coordinate representation of color #0A110A: hue angle of 120º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A110A is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB101710-
CMYK0.4100.410.93
HSL120º25.93%5.29%-
HSV(B)120º41.18%6.67%-
XYZ0.380.490.36-
YUV14.11125.68125.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.03%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=27.03%
G=45.95%
B=27.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1017100.4100.410.9312025.935.29
HexA11A290295D781a5
Octal12211251051135170325
Binary101010001101010100101010011011101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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