#1F2829

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

Shades of Swamp #1F2829

Tints of Swamp #1F2829

Color information

#1F2829 (or 0x1F2829) is unknown color: approx Swamp. HEX triplet: 1F, 28 and 29. RGB value is (31,40,41). Sum of RGB (Red+Green+Blue) = 31+40+41=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2829 is #E0D7D6. Grayscale: #252525. Windows color (decimal): -14735319 or 2697247. OLE color: 2697247.

HSL color Cylindrical-coordinate representation of color #1F2829: hue angle of 186º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2829 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB314041-
CMYK0.240.0200.84
HSL186º13.89%14.12%-
HSV(B)186º24.39%16.08%-
XYZ1.721.972.39-
YUV37.42130.02123.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=27.68%
G=35.71%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3140410.240.0200.8418613.8914.12
Hex1F2829182054baee
Octal37505130201242721616
Binary111111010001010011100010010101001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,41); }

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

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

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

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

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

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

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