#152121

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

Shades of Swamp #152121

Tints of Swamp #152121

Color information

#152121 (or 0x152121) is unknown color: approx Swamp. HEX triplet: 15, 21 and 21. RGB value is (21,33,33). Sum of RGB (Red+Green+Blue) = 21+33+33=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #152121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152121 is #EADEDE. Grayscale: #1D1D1D. Windows color (decimal): -15392479 or 2171157. OLE color: 2171157.

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

Color convert

RGB213333-
CMYK0.36000.87
HSL180º22.22%10.59%-
HSV(B)180º36.36%12.94%-
XYZ1.131.361.64-
YUV29.41130.02122-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=24.14%
G=37.93%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133330.36000.8718022.2210.59
Hex152121240057b416b
Octal25414144001272642613
Binary1010110000110000110010000101011110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152121; }

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

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

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

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

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

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

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

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