#121313

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

Shades of Swamp #121313

Tints of Swamp #121313

Color information

#121313 (or 0x121313) is unknown color: approx Swamp. HEX triplet: 12, 13 and 13. RGB value is (18,19,19). Sum of RGB (Red+Green+Blue) = 18+19+19=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #121313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121313 is #EDECEC. Grayscale: #121212. Windows color (decimal): -15592685 or 1250066. OLE color: 1250066.

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

Color convert

RGB181919-
CMYK0.05000.93
HSL180º2.7%7.25%-
HSV(B)180º5.26%7.45%-
XYZ0.60.640.71-
YUV18.7128.17127.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=32.14%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819190.05000.931802.77.25
Hex1213135005Db437
Octal22232350013526437
Binary1001010011100111010010111011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121313; }

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

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

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

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

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

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

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

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