Html Css Color HEX #253231 Swamp

📋 copy color: '#253231'

red 37 ◦ green 50 ◦ blue 49

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

Shades of Swamp #253231

Tints of Swamp #253231

RGB

 RED value IS 37 (14.84% from 255) = 27.21%

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 27.21%
G = 36.76%
B = 36.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

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

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

Color convert

RGB 37 50 49 -
CMYK 0.26 0 0.02 0.80
HSL 175.38º 0.15% 0.17% -
HSV(B) 175.38º 0.26% 0.2% -
XYZ 2.46 2.9 3.34 -
YUV 46 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 37 50 49 0.26 0 0.02 0.80 175.38 0.15 0.17
Hex 25 32 31 1A 0 2 50 AF F 11
Octal 45 62 61 32 0 2 120 257 17 21
Binary 100101 110010 110001 11010 0 10 1010000 10101111 1111 10001

Color Harmonies of #253231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253231

Black with #253231

Text Example


Text Example

White with #253231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253231; }

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

 H1.HeaderClassName
 {
   color: #253231;
 }
 .AnyTagClassName
 {
   color: #253231;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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