#0F201F

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

Shades of Swamp #0F201F

Tints of Swamp #0F201F

Color information

#0F201F (or 0x0F201F) is unknown color: approx Swamp. HEX triplet: 0F, 20 and 1F. RGB value is (15,32,31). Sum of RGB (Red+Green+Blue) = 15+32+31=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #0F201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F201F is #F0DFE0. Grayscale: #1A1A1A. Windows color (decimal): -15785953 or 2039823. OLE color: 2039823.

HSL color Cylindrical-coordinate representation of color #0F201F: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F201F is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB153231-
CMYK0.5300.030.87
HSL176.47º36.17%9.22%-
HSV(B)176.47º53.12%12.55%-
XYZ0.961.231.48-
YUV26.8130.37119.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=19.23%
G=41.03%
B=39.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1532310.5300.030.87176.4736.179.22
HexF201F350357b0249
Octal17403765031272604411
Binary1111100000111111101010111010111101100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,31); }

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

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

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

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

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

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

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