#193332

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

Shades of Swamp #193332

Tints of Swamp #193332

Color information

#193332 (or 0x193332) is unknown color: approx Swamp. HEX triplet: 19, 33 and 32. RGB value is (25,51,50). Sum of RGB (Red+Green+Blue) = 25+51+50=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #193332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193332 is #E6CCCD. Grayscale: #2B2B2B. Windows color (decimal): -15125710 or 3289881. OLE color: 3289881.

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

Color convert

RGB255150-
CMYK0.5100.020.8
HSL177.69º34.21%14.9%-
HSV(B)177.69º50.98%20%-
XYZ2.162.83.45-
YUV43.11131.89115.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=19.84%
G=40.48%
B=39.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551500.5100.020.8177.6934.2114.9
Hex193332330250b222f
Octal31636263021202624217
Binary110011100111100101100110101010000101100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193332; }

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

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

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

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

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

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

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

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