#152525

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

Shades of Swamp #152525

Tints of Swamp #152525

Color information

#152525 (or 0x152525) is unknown color: approx Swamp. HEX triplet: 15, 25 and 25. RGB value is (21,37,37). Sum of RGB (Red+Green+Blue) = 21+37+37=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #152525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152525 is #EADADA. Grayscale: #202020. Windows color (decimal): -15391451 or 2434325. OLE color: 2434325.

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

Color convert

RGB213737-
CMYK0.43000.85
HSL180º27.59%11.37%-
HSV(B)180º43.24%14.51%-
XYZ1.31.621.99-
YUV32.22130.7120-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=22.11%
G=38.95%
B=38.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2137370.43000.8518027.5911.37
Hex1525252B0055b41cb
Octal25454553001252643413
Binary1010110010110010110101100101010110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152525; }

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

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

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

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

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

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

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

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