#213133

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

Shades of Swamp #213133

Tints of Swamp #213133

Color information

#213133 (or 0x213133) is unknown color: approx Swamp. HEX triplet: 21, 31 and 33. RGB value is (33,49,51). Sum of RGB (Red+Green+Blue) = 33+49+51=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #213133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213133 is #DECECC. Grayscale: #2C2C2C. Windows color (decimal): -14601933 or 3354913. OLE color: 3354913.

HSL color Cylindrical-coordinate representation of color #213133: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213133 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB334951-
CMYK0.350.0400.8
HSL186.67º21.43%16.47%-
HSV(B)186.67º35.29%20%-
XYZ2.322.763.54-
YUV44.44131.7119.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=24.81%
G=36.84%
B=38.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3349510.350.0400.8186.6721.4316.47
Hex213133234050bb1510
Octal41616343401202732520
Binary10000111000111001110001110001010000101110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213133; }

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

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

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

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

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

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

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

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