#212F31

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

Shades of Swamp #212F31

Tints of Swamp #212F31

Color information

#212F31 (or 0x212F31) is unknown color: approx Swamp. HEX triplet: 21, 2F and 31. RGB value is (33,47,49). Sum of RGB (Red+Green+Blue) = 33+47+49=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #212F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F31 is #DED0CE. Grayscale: #2B2B2B. Windows color (decimal): -14602447 or 3223329. OLE color: 3223329.

HSL color Cylindrical-coordinate representation of color #212F31: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212F31 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334749-
CMYK0.330.0400.81
HSL187.5º19.51%16.08%-
HSV(B)187.5º32.65%19.22%-
XYZ2.22.583.29-
YUV43.04131.36120.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=25.58%
G=36.43%
B=37.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3347490.330.0400.81187.519.5116.08
Hex212F31214051bc1410
Octal41576141401212742420
Binary10000110111111000110000110001010001101111001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212F31; }

 p { color: rgb(33,47,49); }

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

<style>
 a { background-color: #212F31; }

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

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

<style>
 span { border-color: #212F31; }

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

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