#121818

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

Shades of Swamp #121818

Tints of Swamp #121818

Color information

#121818 (or 0x121818) is unknown color: approx Swamp. HEX triplet: 12, 18 and 18. RGB value is (18,24,24). Sum of RGB (Red+Green+Blue) = 18+24+24=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #121818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121818 is #EDE7E7. Grayscale: #161616. Windows color (decimal): -15591400 or 1579026. OLE color: 1579026.

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

Color convert

RGB182424-
CMYK0.25000.91
HSL180º14.29%8.24%-
HSV(B)180º25%9.41%-
XYZ0.740.850.99-
YUV22.21129.01125-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824240.25000.9118014.298.24
Hex12181819005Bb4e8
Octal22303031001332641610
Binary100101100011000110010010110111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121818; }

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

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

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

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

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

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

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

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