#0A110B

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

Shades of Black Bean #0A110B

Tints of Black Bean #0A110B

Color information

#0A110B (or 0x0A110B) is unknown color: approx Black Bean. HEX triplet: 0A, 11 and 0B. RGB value is (10,17,11). Sum of RGB (Red+Green+Blue) = 10+17+11=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110B is #F5EEF4. Grayscale: #0E0E0E. Windows color (decimal): -16117493 or 725258. OLE color: 725258.

HSL color Cylindrical-coordinate representation of color #0A110B: hue angle of 128.57º 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 #0A110B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB101711-
CMYK0.4100.350.93
HSL128.57º25.93%5.29%-
HSV(B)128.57º41.18%6.67%-
XYZ0.390.490.39-
YUV14.22126.18124.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 26.32%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=26.32%
G=44.74%
B=28.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1017110.4100.350.93128.5725.935.29
HexA11B290235D811a5
Octal12211351043135201325
Binary1010100011011101001010001110111011000000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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