#1F2121

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

Shades of Swamp #1F2121

Tints of Swamp #1F2121

Color information

#1F2121 (or 0x1F2121) is unknown color: approx Swamp. HEX triplet: 1F, 21 and 21. RGB value is (31,33,33). Sum of RGB (Red+Green+Blue) = 31+33+33=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #1F2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2121 is #E0DEDE. Grayscale: #202020. Windows color (decimal): -14737119 or 2171167. OLE color: 2171167.

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

Color convert

RGB313333-
CMYK0.06000.87
HSL180º3.13%12.55%-
HSV(B)180º6.06%12.94%-
XYZ1.381.491.65-
YUV32.4128.34127-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=31.96%
G=34.02%
B=34.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3133330.06000.871803.1312.55
Hex1F212160057b43d
Octal374141600127264315
Binary1111110000110000111000101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,33); }

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

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

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

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

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

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

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