#213031

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

Shades of Swamp #213031

Tints of Swamp #213031

Color information

#213031 (or 0x213031) is unknown color: approx Swamp. HEX triplet: 21, 30 and 31. RGB value is (33,48,49). Sum of RGB (Red+Green+Blue) = 33+48+49=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #213031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213031 is #DECFCE. Grayscale: #2B2B2B. Windows color (decimal): -14602191 or 3223585. OLE color: 3223585.

HSL color Cylindrical-coordinate representation of color #213031: hue angle of 183.75º 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 #213031 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB334849-
CMYK0.330.0200.81
HSL183.75º19.51%16.08%-
HSV(B)183.75º32.65%19.22%-
XYZ2.242.663.3-
YUV43.63131.03120.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=25.38%
G=36.92%
B=37.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348490.330.0200.81183.7519.5116.08
Hex213031212051b81410
Octal41606141201212702420
Binary1000011100001100011000011001010001101110001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213031; }

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

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

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

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

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

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

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

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