#131B19

Color #131B19 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #131B19

Tints of Dark Green #131B19

Color information

#131B19 (or 0x131B19) is unknown color: approx Dark Green. HEX triplet: 13, 1B and 19. RGB value is (19,27,25). Sum of RGB (Red+Green+Blue) = 19+27+25=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #131B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B19 is #ECE4E6. Grayscale: #181818. Windows color (decimal): -15525095 or 1645331. OLE color: 1645331.

HSL color Cylindrical-coordinate representation of color #131B19: hue angle of 165º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B19 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB192725-
CMYK0.3000.070.89
HSL165º17.39%9.02%-
HSV(B)165º29.63%10.59%-
XYZ0.840.991.07-
YUV24.38128.35124.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=26.76%
G=38.03%
B=35.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927250.3000.070.8916517.399.02
Hex131B191E0759a5119
Octal23333136071312452111
Binary100111101111001111100111101100110100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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