#141515

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

Shades of Swamp #141515

Tints of Swamp #141515

Color information

#141515 (or 0x141515) is unknown color: approx Swamp. HEX triplet: 14, 15 and 15. RGB value is (20,21,21). Sum of RGB (Red+Green+Blue) = 20+21+21=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #141515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141515 is #EBEAEA. Grayscale: #141414. Windows color (decimal): -15461099 or 1381652. OLE color: 1381652.

HSL color Cylindrical-coordinate representation of color #141515: hue angle of 180º degrees, saturation: 0.02, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #141515 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB202121-
CMYK0.05000.92
HSL180º2.44%8.04%-
HSV(B)180º4.76%8.24%-
XYZ0.690.740.82-
YUV20.7128.17127.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=32.26%
G=33.87%
B=33.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021210.05000.921802.448.04
Hex1415155005Cb428
Octal242525500134264210
Binary10100101011010110100101110010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141515; }

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

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

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

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

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

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

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

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