#101F13

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

Shades of Black Bean #101F13

Tints of Black Bean #101F13

Color information

#101F13 (or 0x101F13) is unknown color: approx Black Bean. HEX triplet: 10, 1F and 13. RGB value is (16,31,19). Sum of RGB (Red+Green+Blue) = 16+31+19=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #101F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F13 is #EFE0EC. Grayscale: #191919. Windows color (decimal): -15720685 or 1253136. OLE color: 1253136.

HSL color Cylindrical-coordinate representation of color #101F13: hue angle of 132º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F13 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB163119-
CMYK0.4800.390.88
HSL132º31.91%9.22%-
HSV(B)132º48.39%12.16%-
XYZ0.821.140.79-
YUV25.15124.53121.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=24.24%
G=46.97%
B=28.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1631190.4800.390.8813231.919.22
Hex101F13300275884209
Octal203723600471302044011
Binary10000111111001111000001001111011000100001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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