#0F1414

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

Shades of Swamp #0F1414

Tints of Swamp #0F1414

Color information

#0F1414 (or 0x0F1414) is unknown color: approx Swamp. HEX triplet: 0F, 14 and 14. RGB value is (15,20,20). Sum of RGB (Red+Green+Blue) = 15+20+20=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0F1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1414 is #F0EBEB. Grayscale: #121212. Windows color (decimal): -15789036 or 1315855. OLE color: 1315855.

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

Color convert

RGB152020-
CMYK0.25000.92
HSL180º14.29%6.86%-
HSV(B)180º25%7.84%-
XYZ0.570.650.76-
YUV18.5128.84125.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1520200.25000.9218014.296.86
HexF141419005Cb4e7
Octal1724243100134264167
Binary1111101001010011001001011100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,20,20); }

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

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

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

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

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

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

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