#0D1818

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

Shades of Swamp #0D1818

Tints of Swamp #0D1818

Color information

#0D1818 (or 0x0D1818) is unknown color: approx Swamp. HEX triplet: 0D, 18 and 18. RGB value is (13,24,24). Sum of RGB (Red+Green+Blue) = 13+24+24=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #0D1818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1818 is #F2E7E7. Grayscale: #141414. Windows color (decimal): -15919080 or 1579021. OLE color: 1579021.

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

Color convert

RGB132424-
CMYK0.46000.91
HSL180º29.73%7.25%-
HSV(B)180º45.83%9.41%-
XYZ0.660.80.98-
YUV20.71129.86122.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=21.31%
G=39.34%
B=39.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324240.46000.9118029.737.25
HexD18182E005Bb41e7
Octal1530305600133264367
Binary110111000110001011100010110111011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1818; }

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

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

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

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

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

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

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

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