#131F1F

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

Shades of Swamp #131F1F

Tints of Swamp #131F1F

Color information

#131F1F (or 0x131F1F) is unknown color: approx Swamp. HEX triplet: 13, 1F and 1F. RGB value is (19,31,31). Sum of RGB (Red+Green+Blue) = 19+31+31=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #131F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1F is #ECE0E0. Grayscale: #1B1B1B. Windows color (decimal): -15524065 or 2039571. OLE color: 2039571.

HSL color Cylindrical-coordinate representation of color #131F1F: hue angle of 180º 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 #131F1F is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB193131-
CMYK0.39000.88
HSL180º24%9.8%-
HSV(B)180º38.71%12.16%-
XYZ1.011.221.48-
YUV27.41130.02122-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931310.39000.88180249.8
Hex131F1F270058b418a
Octal23373747001302643012
Binary10011111111111110011100101100010110100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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