#152828

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

Shades of Swamp #152828

Tints of Swamp #152828

Color information

#152828 (or 0x152828) is unknown color: approx Swamp. HEX triplet: 15, 28 and 28. RGB value is (21,40,40). Sum of RGB (Red+Green+Blue) = 21+40+40=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #152828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152828 is #EAD7D7. Grayscale: #222222. Windows color (decimal): -15390680 or 2631701. OLE color: 2631701.

HSL color Cylindrical-coordinate representation of color #152828: hue angle of 180º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #152828 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB214040-
CMYK0.48000.84
HSL180º31.15%11.96%-
HSV(B)180º47.5%15.69%-
XYZ1.451.832.28-
YUV34.32131.21118.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=20.79%
G=39.60%
B=39.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140400.48000.8418031.1511.96
Hex152828300054b41fc
Octal25505060001242643714
Binary1010110100010100011000000101010010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152828; }

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

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

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

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

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

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

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

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