#132727

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

Shades of Swamp #132727

Tints of Swamp #132727

Color information

#132727 (or 0x132727) is unknown color: approx Swamp. HEX triplet: 13, 27 and 27. RGB value is (19,39,39). Sum of RGB (Red+Green+Blue) = 19+39+39=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #132727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132727 is #ECD8D8. Grayscale: #212121. Windows color (decimal): -15522009 or 2565907. OLE color: 2565907.

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

Color convert

RGB193939-
CMYK0.51000.85
HSL180º34.48%11.37%-
HSV(B)180º51.28%15.29%-
XYZ1.361.742.18-
YUV33.02131.37118-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=19.59%
G=40.21%
B=40.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939390.51000.8518034.4811.37
Hex132727330055b422b
Octal23474763001252644213
Binary10011100111100111110011001010101101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132727; }

 p { color: rgb(19,39,39); }

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

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

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

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

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

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

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