#131D1D

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

Shades of Swamp #131D1D

Tints of Swamp #131D1D

Color information

#131D1D (or 0x131D1D) is unknown color: approx Swamp. HEX triplet: 13, 1D and 1D. RGB value is (19,29,29). Sum of RGB (Red+Green+Blue) = 19+29+29=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #131D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D1D is #ECE2E2. Grayscale: #1A1A1A. Windows color (decimal): -15524579 or 1907987. OLE color: 1907987.

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

Color convert

RGB192929-
CMYK0.34000.89
HSL180º20.83%9.41%-
HSV(B)180º34.48%11.37%-
XYZ0.931.111.33-
YUV26.01129.69123-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=24.68%
G=37.66%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929290.34000.8918020.839.41
Hex131D1D220059b4159
Octal23353542001312642511
Binary10011111011110110001000101100110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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