#0F1F1E

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

Shades of Swamp #0F1F1E

Tints of Swamp #0F1F1E

Color information

#0F1F1E (or 0x0F1F1E) is unknown color: approx Swamp. HEX triplet: 0F, 1F and 1E. RGB value is (15,31,30). Sum of RGB (Red+Green+Blue) = 15+31+30=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1E is #F0E0E1. Grayscale: #1A1A1A. Windows color (decimal): -15786210 or 1974031. OLE color: 1974031.

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

Color convert

RGB153130-
CMYK0.5200.030.88
HSL176.25º34.78%9.02%-
HSV(B)176.25º51.61%12.16%-
XYZ0.921.181.41-
YUV26.1130.2120.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=19.74%
G=40.79%
B=39.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531300.5200.030.88176.2534.789.02
HexF1F1E340358b0239
Octal17373664031302604311
Binary111111111111101101000111011000101100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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