#133231

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

Shades of Swamp #133231

Tints of Swamp #133231

Color information

#133231 (or 0x133231) is unknown color: approx Swamp. HEX triplet: 13, 32 and 31. RGB value is (19,50,49). Sum of RGB (Red+Green+Blue) = 19+50+49=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #133231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133231 is #ECCDCE. Grayscale: #282828. Windows color (decimal): -15519183 or 3224083. OLE color: 3224083.

HSL color Cylindrical-coordinate representation of color #133231: hue angle of 178.06º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133231 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB195049-
CMYK0.6200.020.80
HSL178.06º44.93%13.53%-
HSV(B)178.06º62%19.61%-
XYZ1.962.643.31-
YUV40.62132.73112.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=16.10%
G=42.37%
B=41.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950490.6200.020.80178.0644.9313.53
Hex1332313E0250b22de
Octal23626176021202625516
Binary100111100101100011111100101010000101100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133231; }

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

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

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

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

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

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

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

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