#0D1919

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

Shades of Swamp #0D1919

Tints of Swamp #0D1919

Color information

#0D1919 (or 0x0D1919) is unknown color: approx Swamp. HEX triplet: 0D, 19 and 19. RGB value is (13,25,25). Sum of RGB (Red+Green+Blue) = 13+25+25=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #0D1919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1919 is #F2E6E6. Grayscale: #151515. Windows color (decimal): -15918823 or 1644813. OLE color: 1644813.

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

Color convert

RGB132525-
CMYK0.48000.90
HSL180º31.58%7.45%-
HSV(B)180º48%9.8%-
XYZ0.690.851.05-
YUV21.41130.02122-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=20.63%
G=39.68%
B=39.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325250.48000.9018031.587.45
HexD191930005Ab4207
Octal1531316000132264407
Binary1101110011100111000000101101010110100100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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