#1F3231

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

Shades of Swamp #1F3231

Tints of Swamp #1F3231

Color information

#1F3231 (or 0x1F3231) is unknown color: approx Swamp. HEX triplet: 1F, 32 and 31. RGB value is (31,50,49). Sum of RGB (Red+Green+Blue) = 31+50+49=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3231 is #E0CDCE. Grayscale: #2C2C2C. Windows color (decimal): -14732751 or 3224095. OLE color: 3224095.

HSL color Cylindrical-coordinate representation of color #1F3231: hue angle of 176.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F3231 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB315049-
CMYK0.3800.020.80
HSL176.84º23.46%15.88%-
HSV(B)176.84º38%19.61%-
XYZ2.262.793.33-
YUV44.2130.71118.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=23.85%
G=38.46%
B=37.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150490.3800.020.80176.8423.4615.88
Hex1F3231260250b11710
Octal37626146021202612720
Binary111111100101100011001100101010000101100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3231; }

 p { color: rgb(31,50,49); }

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

<style>
 a { background-color: #1F3231; }

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

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

<style>
 span { border-color: #1F3231; }

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

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