#253131

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

Shades of Swamp #253131

Tints of Swamp #253131

Color information

#253131 (or 0x253131) is unknown color: approx Swamp. HEX triplet: 25, 31 and 31. RGB value is (37,49,49). Sum of RGB (Red+Green+Blue) = 37+49+49=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #253131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253131 is #DACECE. Grayscale: #2D2D2D. Windows color (decimal): -14339791 or 3223845. OLE color: 3223845.

HSL color Cylindrical-coordinate representation of color #253131: hue angle of 180º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #253131 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374949-
CMYK0.24000.81
HSL180º13.95%16.86%-
HSV(B)180º24.49%19.22%-
XYZ2.422.813.32-
YUV45.41130.02122-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=27.41%
G=36.30%
B=36.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749490.24000.8118013.9516.86
Hex253131180051b4e11
Octal45616130001212641621
Binary1001011100011100011100000101000110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253131; }

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

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

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

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

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

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

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

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