#0D1F1F

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

Shades of Swamp #0D1F1F

Tints of Swamp #0D1F1F

Color information

#0D1F1F (or 0x0D1F1F) is unknown color: approx Swamp. HEX triplet: 0D, 1F and 1F. RGB value is (13,31,31). Sum of RGB (Red+Green+Blue) = 13+31+31=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #0D1F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F1F is #F2E0E0. Grayscale: #191919. Windows color (decimal): -15917281 or 2039565. OLE color: 2039565.

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

Color convert

RGB133131-
CMYK0.58000.88
HSL180º40.91%8.63%-
HSV(B)180º58.06%12.16%-
XYZ0.91.161.47-
YUV25.62131.04119-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.33%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=17.33%
G=41.33%
B=41.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331310.58000.8818040.918.63
HexD1F1F3A0058b4299
Octal15373772001302645111
Binary11011111111111111010001011000101101001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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