#152120

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

Shades of Swamp #152120

Tints of Swamp #152120

Color information

#152120 (or 0x152120) is unknown color: approx Swamp. HEX triplet: 15, 21 and 20. RGB value is (21,33,32). Sum of RGB (Red+Green+Blue) = 21+33+32=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 33 - color contains mainly: green. Hex color #152120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152120 is #EADEDF. Grayscale: #1D1D1D. Windows color (decimal): -15392480 or 2105621. OLE color: 2105621.

HSL color Cylindrical-coordinate representation of color #152120: hue angle of 175º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #152120 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB213332-
CMYK0.3600.030.87
HSL175º22.22%10.59%-
HSV(B)175º36.36%12.94%-
XYZ1.111.351.57-
YUV29.3129.52122.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=24.42%
G=38.37%
B=37.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133320.3600.030.8717522.2210.59
Hex152120240357af16b
Octal25414044031272572613
Binary10101100001100000100100011101011110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152120; }

 p { color: rgb(21,33,32); }

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

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

 a { background-color: rgb(21,33,32); }

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

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

 span { border-color: rgb(21,33,32); }

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