#253132

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

Shades of Swamp #253132

Tints of Swamp #253132

Color information

#253132 (or 0x253132) is unknown color: approx Swamp. HEX triplet: 25, 31 and 32. RGB value is (37,49,50). Sum of RGB (Red+Green+Blue) = 37+49+50=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #253132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253132 is #DACECD. Grayscale: #2D2D2D. Windows color (decimal): -14339790 or 3289381. OLE color: 3289381.

HSL color Cylindrical-coordinate representation of color #253132: hue angle of 184.62º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253132 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB374950-
CMYK0.260.0200.80
HSL184.62º14.94%17.06%-
HSV(B)184.62º26%19.61%-
XYZ2.442.823.43-
YUV45.53130.52121.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.21%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=27.21%
G=36.03%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3749500.260.0200.80184.6214.9417.06
Hex2531321A2050b9f11
Octal45616232201202711721
Binary10010111000111001011010100101000010111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253132; }

 p { color: rgb(37,49,50); }

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

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

 a { background-color: rgb(37,49,50); }

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

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

 span { border-color: rgb(37,49,50); }

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