Html Css Color HEX #253132 Swamp

📋 copy color: '#253132'

red 37 ◦ green 49 ◦ blue 50

#253132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #253132

Tints of Swamp #253132

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 value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#253132 (or 0x253132) is known color: 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

RGB 37 49 50 -
CMYK 0.26 0.02 0 0.80
HSL 184.62º 0.15% 0.17% -
HSV(B) 184.62º 0.26% 0.2% -
XYZ 2.44 2.82 3.43 -
YUV 45.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 37 49 50 0.26 0.02 0 0.80 184.62 0.15 0.17
Hex 25 31 32 1A 2 0 50 B9 F 11
Octal 45 61 62 32 2 0 120 271 17 21
Binary 100101 110001 110010 11010 10 0 1010000 10111001 1111 10001

Color Harmonies of #253132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253132

Black with #253132

Text Example


Text Example

White with #253132

Text Example


Text Example

HTML Codes & Css Web 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>