#101B14

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

Shades of Black Bean #101B14

Tints of Black Bean #101B14

Color information

#101B14 (or 0x101B14) is unknown color: approx Black Bean. HEX triplet: 10, 1B and 14. RGB value is (16,27,20). Sum of RGB (Red+Green+Blue) = 16+27+20=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #101B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B14 is #EFE4EB. Grayscale: #161616. Windows color (decimal): -15721708 or 1317648. OLE color: 1317648.

HSL color Cylindrical-coordinate representation of color #101B14: hue angle of 141.82º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #101B14 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB162720-
CMYK0.4100.260.89
HSL141.82º25.58%8.43%-
HSV(B)141.82º40.74%10.59%-
XYZ0.730.940.81-
YUV22.91126.36123.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=25.40%
G=42.86%
B=31.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1627200.4100.260.89141.8225.588.43
Hex101B142901A598e1a8
Octal203324510321312163210
Binary100001101110100101001011010101100110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101B14; }

 p { color: rgb(16,27,20); }

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

<style>
 a { background-color: #101B14; }

 a { background-color: rgb(16,27,20); }

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

<style>
 span { border-color: #101B14; }

 span { border-color: rgb(16,27,20); }

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