#253232

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

Shades of Swamp #253232

Tints of Swamp #253232

Color information

#253232 (or 0x253232) is unknown color: approx Swamp. HEX triplet: 25, 32 and 32. RGB value is (37,50,50). Sum of RGB (Red+Green+Blue) = 37+50+50=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #253232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253232 is #DACDCD. Grayscale: #2E2E2E. Windows color (decimal): -14339534 or 3289637. OLE color: 3289637.

HSL color Cylindrical-coordinate representation of color #253232: hue angle of 180º 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 #253232 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB375050-
CMYK0.26000.80
HSL180º14.94%17.06%-
HSV(B)180º26%19.61%-
XYZ2.482.93.45-
YUV46.11130.19121.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=27.01%
G=36.50%
B=36.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750500.26000.8018014.9417.06
Hex2532321A0050b4f11
Octal45626232001202641721
Binary1001011100101100101101000101000010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253232; }

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

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

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

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

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

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

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

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