Html Css Color HEX #253232 Swamp

📋 copy color: '#253232'

red 37 ◦ green 50 ◦ blue 50

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

Shades of Swamp #253232

Tints of Swamp #253232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 27.01%
G = 36.5%
B = 36.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 37 50 50 -
CMYK 0.26 0 0 0.80
HSL 180º 0.15% 0.17% -
HSV(B) 180º 0.26% 0.2% -
XYZ 2.48 2.9 3.45 -
YUV 46.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 37 50 50 0.26 0 0 0.80 180 0.15 0.17
Hex 25 32 32 1A 0 0 50 B4 F 11
Octal 45 62 62 32 0 0 120 264 17 21
Binary 100101 110010 110010 11010 0 0 1010000 10110100 1111 10001

Color Harmonies of #253232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253232

Black with #253232

Text Example


Text Example

White with #253232

Text Example


Text Example

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