#131E17

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

Shades of Black Bean #131E17

Tints of Black Bean #131E17

Color information

#131E17 (or 0x131E17) is unknown color: approx Black Bean. HEX triplet: 13, 1E and 17. RGB value is (19,30,23). Sum of RGB (Red+Green+Blue) = 19+30+23=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #131E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E17 is #ECE1E8. Grayscale: #191919. Windows color (decimal): -15524329 or 1515027. OLE color: 1515027.

HSL color Cylindrical-coordinate representation of color #131E17: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E17 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB193023-
CMYK0.3700.230.88
HSL141.82º22.45%9.61%-
HSV(B)141.82º36.67%11.76%-
XYZ0.891.130.98-
YUV25.91126.36123.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 30 (12.11% from 255) = 41.67%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=26.39%
G=41.67%
B=31.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930230.3700.230.88141.8222.459.61
Hex131E1725017588e16a
Octal233627450271302162612
Binary100111111010111100101010111101100010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E17; }

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

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

<style>
 a { background-color: #131E17; }

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

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

<style>
 span { border-color: #131E17; }

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

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