#131F13

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

Shades of Black Bean #131F13

Tints of Black Bean #131F13

Color information

#131F13 (or 0x131F13) is unknown color: approx Black Bean. HEX triplet: 13, 1F and 13. RGB value is (19,31,19). Sum of RGB (Red+Green+Blue) = 19+31+19=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #131F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F13 is #ECE0EC. Grayscale: #1A1A1A. Windows color (decimal): -15524077 or 1253139. OLE color: 1253139.

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

Color convert

RGB193119-
CMYK0.3900.390.88
HSL120º24%9.8%-
HSV(B)120º38.71%12.16%-
XYZ0.881.170.79-
YUV26.04124.02122.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=27.54%
G=44.93%
B=27.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931190.3900.390.88120249.8
Hex131F1327027587818a
Octal233723470471301703012
Binary100111111110011100111010011110110001111000110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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