#253233

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

Shades of Swamp #253233

Tints of Swamp #253233

Color information

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

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

Color convert

RGB375051-
CMYK0.270.0200.8
HSL184.29º15.91%17.25%-
HSV(B)184.29º27.45%20%-
XYZ2.52.913.56-
YUV46.23130.69121.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=26.81%
G=36.23%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3750510.270.0200.8184.2915.9117.25
Hex2532331B2050b81011
Octal45626333201202702021
Binary100101110010110011110111001010000101110001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253233; }

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

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

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

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

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

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

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

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