#121515

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

Shades of Swamp #121515

Tints of Swamp #121515

Color information

#121515 (or 0x121515) is unknown color: approx Swamp. HEX triplet: 12, 15 and 15. RGB value is (18,21,21). Sum of RGB (Red+Green+Blue) = 18+21+21=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #121515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121515 is #EDEAEA. Grayscale: #141414. Windows color (decimal): -15592171 or 1381650. OLE color: 1381650.

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

Color convert

RGB182121-
CMYK0.14000.92
HSL180º7.69%7.65%-
HSV(B)180º14.29%8.24%-
XYZ0.650.720.81-
YUV20.1128.51126.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 21 (8.59% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821210.14000.921807.697.65
Hex121515E005Cb488
Octal22252516001342641010
Binary10010101011010111100010111001011010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121515; }

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

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

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

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

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

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

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

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