#253031

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

Shades of Swamp #253031

Tints of Swamp #253031

Color information

#253031 (or 0x253031) is unknown color: approx Swamp. HEX triplet: 25, 30 and 31. RGB value is (37,48,49). Sum of RGB (Red+Green+Blue) = 37+48+49=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: blue. Hex color #253031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253031 is #DACFCE. Grayscale: #2C2C2C. Windows color (decimal): -14340047 or 3223589. OLE color: 3223589.

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

Color convert

RGB374849-
CMYK0.240.0200.81
HSL185º13.95%16.86%-
HSV(B)185º24.49%19.22%-
XYZ2.372.733.31-
YUV44.82130.36122.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=27.61%
G=35.82%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748490.240.0200.8118513.9516.86
Hex253031182051b9e11
Octal45606130201212711621
Binary10010111000011000111000100101000110111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253031; }

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

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

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

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

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

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

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

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