Html Css Color HEX #253332 Swamp

📋 copy color: '#253332'

red 37 ◦ green 51 ◦ blue 50

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

Shades of Swamp #253332

Tints of Swamp #253332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 26.81%
G = 36.96%
B = 36.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#253332 (or 0x253332) is known color: Swamp. HEX triplet: 25, 33 and 32. RGB value is (37,51,50). Sum of RGB (Red+Green+Blue) = 37+51+50=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #253332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253332 is #DACCCD. Grayscale: #2E2E2E. Windows color (decimal): -14339278 or 3289893. OLE color: 3289893.

HSL color Cylindrical-coordinate representation of color #253332: hue angle of 175.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #253332 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 50 -
CMYK 0.27 0 0.02 0.8
HSL 175.71º 0.16% 0.17% -
HSV(B) 175.71º 0.27% 0.2% -
XYZ 2.52 2.99 3.46 -
YUV 46.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 37 51 50 0.27 0 0.02 0.8 175.71 0.16 0.17
Hex 25 33 32 1B 0 2 50 B0 10 11
Octal 45 63 62 33 0 2 120 260 20 21
Binary 100101 110011 110010 11011 0 10 1010000 10110000 10000 10001

Color Harmonies of #253332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253332

Black with #253332

Text Example


Text Example

White with #253332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253332; }

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

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

background-color css

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

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

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

border-color css

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

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

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