#0F1717

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

Shades of Swamp #0F1717

Tints of Swamp #0F1717

Color information

#0F1717 (or 0x0F1717) is unknown color: approx Swamp. HEX triplet: 0F, 17 and 17. RGB value is (15,23,23). Sum of RGB (Red+Green+Blue) = 15+23+23=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #0F1717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1717 is #F0E8E8. Grayscale: #141414. Windows color (decimal): -15788265 or 1513231. OLE color: 1513231.

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

Color convert

RGB152323-
CMYK0.35000.91
HSL180º21.05%7.45%-
HSV(B)180º34.78%9.02%-
XYZ0.660.780.93-
YUV20.61129.35124-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=24.59%
G=37.70%
B=37.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1523230.35000.9118021.057.45
HexF171723005Bb4157
Octal1727274300133264257
Binary111110111101111000110010110111011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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