#0D1212

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

Shades of Swamp #0D1212

Tints of Swamp #0D1212

Color information

#0D1212 (or 0x0D1212) is unknown color: approx Swamp. HEX triplet: 0D, 12 and 12. RGB value is (13,18,18). Sum of RGB (Red+Green+Blue) = 13+18+18=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #0D1212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1212 is #F2EDED. Grayscale: #101010. Windows color (decimal): -15920622 or 1184269. OLE color: 1184269.

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

Color convert

RGB131818-
CMYK0.28000.93
HSL180º16.13%6.08%-
HSV(B)180º27.78%7.06%-
XYZ0.490.560.65-
YUV16.5128.84125.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=26.53%
G=36.73%
B=36.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1318180.28000.9318016.136.08
HexD12121C005Db4106
Octal1522223400135264206
Binary11011001010010111000010111011011010010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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