#132828

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

Shades of Swamp #132828

Tints of Swamp #132828

Color information

#132828 (or 0x132828) is unknown color: approx Swamp. HEX triplet: 13, 28 and 28. RGB value is (19,40,40). Sum of RGB (Red+Green+Blue) = 19+40+40=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #132828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132828 is #ECD7D7. Grayscale: #212121. Windows color (decimal): -15521752 or 2631699. OLE color: 2631699.

HSL color Cylindrical-coordinate representation of color #132828: hue angle of 180º 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 #132828 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB194040-
CMYK0.52000.84
HSL180º35.59%11.57%-
HSV(B)180º52.5%15.69%-
XYZ1.411.812.28-
YUV33.72131.54117.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=19.19%
G=40.40%
B=40.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940400.52000.8418035.5911.57
Hex132828340054b424c
Octal23505064001242644414
Binary10011101000101000110100001010100101101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132828; }

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

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

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

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

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

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

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

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