#13201F

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

Shades of Swamp #13201F

Tints of Swamp #13201F

Color information

#13201F (or 0x13201F) is unknown color: approx Swamp. HEX triplet: 13, 20 and 1F. RGB value is (19,32,31). Sum of RGB (Red+Green+Blue) = 19+32+31=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 32 - color contains mainly: green. Hex color #13201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201F is #ECDFE0. Grayscale: #1B1B1B. Windows color (decimal): -15523809 or 2039827. OLE color: 2039827.

HSL color Cylindrical-coordinate representation of color #13201F: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB193231-
CMYK0.4100.030.87
HSL175.38º25.49%10%-
HSV(B)175.38º40.62%12.55%-
XYZ1.031.271.49-
YUV28129.69121.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=23.17%
G=39.02%
B=37.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932310.4100.030.87175.3825.4910
Hex13201F290357af19a
Octal23403751031272573112
Binary1001110000011111101001011101011110101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13201F; }

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

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

<style>
 a { background-color: #13201F; }

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

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

<style>
 span { border-color: #13201F; }

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

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