#0A140B

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

Shades of Black Bean #0A140B

Tints of Black Bean #0A140B

Color information

#0A140B (or 0x0A140B) is unknown color: approx Black Bean. HEX triplet: 0A, 14 and 0B. RGB value is (10,20,11). Sum of RGB (Red+Green+Blue) = 10+20+11=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140B is #F5EBF4. Grayscale: #101010. Windows color (decimal): -16116725 or 726026. OLE color: 726026.

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

Color convert

RGB102011-
CMYK0.5000.450.92
HSL126º33.33%5.88%-
HSV(B)126º50%7.84%-
XYZ0.440.590.41-
YUV15.98125.19123.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=24.39%
G=48.78%
B=26.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1020110.5000.450.9212633.335.88
HexA14B3202D5C7e216
Octal12241362055134176416
Binary1010101001011110010010110110111001111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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