#131818

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

Shades of Swamp #131818

Tints of Swamp #131818

Color information

#131818 (or 0x131818) is unknown color: approx Swamp. HEX triplet: 13, 18 and 18. RGB value is (19,24,24). Sum of RGB (Red+Green+Blue) = 19+24+24=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #131818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131818 is #ECE7E7. Grayscale: #161616. Windows color (decimal): -15525864 or 1579027. OLE color: 1579027.

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

Color convert

RGB192424-
CMYK0.21000.91
HSL180º11.63%8.43%-
HSV(B)180º20.83%9.41%-
XYZ0.760.860.99-
YUV22.5128.84125.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=28.36%
G=35.82%
B=35.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924240.21000.9118011.638.43
Hex13181815005Bb4c8
Octal23303025001332641410
Binary100111100011000101010010110111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131818; }

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

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

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

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

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

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

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

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