#1F3130

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

Shades of Swamp #1F3130

Tints of Swamp #1F3130

Color information

#1F3130 (or 0x1F3130) is unknown color: approx Swamp. HEX triplet: 1F, 31 and 30. RGB value is (31,49,48). Sum of RGB (Red+Green+Blue) = 31+49+48=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3130 is #E0CECF. Grayscale: #2B2B2B. Windows color (decimal): -14733008 or 3158303. OLE color: 3158303.

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

Color convert

RGB314948-
CMYK0.3700.020.81
HSL176.67º22.5%15.69%-
HSV(B)176.67º36.73%19.22%-
XYZ2.22.73.2-
YUV43.5130.54119.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=24.22%
G=38.28%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149480.3700.020.81176.6722.515.69
Hex1F3130250251b11610
Octal37616045021212612620
Binary111111100011100001001010101010001101100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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