#152020

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

Shades of Swamp #152020

Tints of Swamp #152020

Color information

#152020 (or 0x152020) is unknown color: approx Swamp. HEX triplet: 15, 20 and 20. RGB value is (21,32,32). Sum of RGB (Red+Green+Blue) = 21+32+32=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #152020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152020 is #EADFDF. Grayscale: #1C1C1C. Windows color (decimal): -15392736 or 2105365. OLE color: 2105365.

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

Color convert

RGB213232-
CMYK0.34000.87
HSL180º20.75%10.39%-
HSV(B)180º34.38%12.55%-
XYZ1.091.31.56-
YUV28.71129.86122.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=24.71%
G=37.65%
B=37.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132320.34000.8718020.7510.39
Hex152020220057b415a
Octal25404042001272642512
Binary1010110000010000010001000101011110110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152020; }

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

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

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

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

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

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

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

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