#101E13

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

Shades of Black Bean #101E13

Tints of Black Bean #101E13

Color information

#101E13 (or 0x101E13) is unknown color: approx Black Bean. HEX triplet: 10, 1E and 13. RGB value is (16,30,19). Sum of RGB (Red+Green+Blue) = 16+30+19=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #101E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E13 is #EFE1EC. Grayscale: #181818. Windows color (decimal): -15720941 or 1252880. OLE color: 1252880.

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

Color convert

RGB163019-
CMYK0.4700.370.88
HSL132.86º30.43%9.02%-
HSV(B)132.86º46.67%11.76%-
XYZ0.81.090.78-
YUV24.56124.86121.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=24.62%
G=46.15%
B=29.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1630190.4700.370.88132.8630.439.02
Hex101E132F02558851e9
Octal203623570451302053611
Binary1000011110100111011110100101101100010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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