#101B13

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

Shades of Black Bean #101B13

Tints of Black Bean #101B13

Color information

#101B13 (or 0x101B13) is unknown color: approx Black Bean. HEX triplet: 10, 1B and 13. RGB value is (16,27,19). Sum of RGB (Red+Green+Blue) = 16+27+19=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #101B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B13 is #EFE4EC. Grayscale: #161616. Windows color (decimal): -15721709 or 1252112. OLE color: 1252112.

HSL color Cylindrical-coordinate representation of color #101B13: hue angle of 136.36º 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 #101B13 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB162719-
CMYK0.4100.300.89
HSL136.36º25.58%8.43%-
HSV(B)136.36º40.74%10.59%-
XYZ0.720.940.76-
YUV22.8125.86123.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=25.81%
G=43.55%
B=30.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1627190.4100.300.89136.3625.588.43
Hex101B132901E59881a8
Octal203323510361312103210
Binary100001101110011101001011110101100110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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