#132827

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

Shades of Swamp #132827

Tints of Swamp #132827

Color information

#132827 (or 0x132827) is unknown color: approx Swamp. HEX triplet: 13, 28 and 27. RGB value is (19,40,39). Sum of RGB (Red+Green+Blue) = 19+40+39=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #132827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132827 is #ECD7D8. Grayscale: #212121. Windows color (decimal): -15521753 or 2566163. OLE color: 2566163.

HSL color Cylindrical-coordinate representation of color #132827: hue angle of 177.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132827 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB194039-
CMYK0.5200.020.84
HSL177.14º35.59%11.57%-
HSV(B)177.14º52.5%15.69%-
XYZ1.391.82.19-
YUV33.61131.04117.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=19.39%
G=40.82%
B=39.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940390.5200.020.84177.1435.5911.57
Hex132827340254b124c
Octal23504764021242614414
Binary100111010001001111101000101010100101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132827; }

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

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

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

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

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

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

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

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