#15292A

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

Shades of Swamp #15292A

Tints of Swamp #15292A

Color information

#15292A (or 0x15292A) is unknown color: approx Swamp. HEX triplet: 15, 29 and 2A. RGB value is (21,41,42). Sum of RGB (Red+Green+Blue) = 21+41+42=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #15292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15292A is #EAD6D5. Grayscale: #232323. Windows color (decimal): -15390422 or 2763029. OLE color: 2763029.

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

Color convert

RGB214142-
CMYK0.500.0200.84
HSL182.86º33.33%12.35%-
HSV(B)182.86º50%16.47%-
XYZ1.521.912.48-
YUV35.13131.87117.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=20.19%
G=39.42%
B=40.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2141420.500.0200.84182.8633.3312.35
Hex15292A322054b721c
Octal25515262201242674114
Binary101011010011010101100101001010100101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15292A; }

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

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

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

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

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

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

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

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