#0F1313

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

Shades of Swamp #0F1313

Tints of Swamp #0F1313

Color information

#0F1313 (or 0x0F1313) is unknown color: approx Swamp. HEX triplet: 0F, 13 and 13. RGB value is (15,19,19). Sum of RGB (Red+Green+Blue) = 15+19+19=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #0F1313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1313 is #F0ECEC. Grayscale: #111111. Windows color (decimal): -15789293 or 1250063. OLE color: 1250063.

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

Color convert

RGB151919-
CMYK0.21000.93
HSL180º11.76%6.67%-
HSV(B)180º21.05%7.45%-
XYZ0.550.610.71-
YUV17.8128.67126-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=28.30%
G=35.85%
B=35.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1519190.21000.9318011.766.67
HexF131315005Db4c7
Octal1723232500135264147
Binary1111100111001110101001011101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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