#152829

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

Shades of Swamp #152829

Tints of Swamp #152829

Color information

#152829 (or 0x152829) is unknown color: approx Swamp. HEX triplet: 15, 28 and 29. RGB value is (21,40,41). Sum of RGB (Red+Green+Blue) = 21+40+41=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #152829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152829 is #EAD7D6. Grayscale: #222222. Windows color (decimal): -15390679 or 2697237. OLE color: 2697237.

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

Color convert

RGB214041-
CMYK0.490.0200.84
HSL183º32.26%12.16%-
HSV(B)183º48.78%16.08%-
XYZ1.471.842.38-
YUV34.43131.71118.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=20.59%
G=39.22%
B=40.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140410.490.0200.8418332.2612.16
Hex152829312054b720c
Octal25505161201242674014
Binary101011010001010011100011001010100101101111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152829; }

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

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

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

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

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

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

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

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