#203130

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

Shades of Swamp #203130

Tints of Swamp #203130

Color information

#203130 (or 0x203130) is unknown color: approx Swamp. HEX triplet: 20, 31 and 30. RGB value is (32,49,48). Sum of RGB (Red+Green+Blue) = 32+49+48=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #203130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203130 is #DFCECF. Grayscale: #2B2B2B. Windows color (decimal): -14667472 or 3158304. OLE color: 3158304.

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

Color convert

RGB324948-
CMYK0.3500.020.81
HSL176.47º20.99%15.88%-
HSV(B)176.47º34.69%19.22%-
XYZ2.232.723.2-
YUV43.8130.37119.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=24.81%
G=37.98%
B=37.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249480.3500.020.81176.4720.9915.88
Hex203130230251b01510
Octal40616043021212602520
Binary1000001100011100001000110101010001101100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203130; }

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

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

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

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

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

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

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

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