#0F1818

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

Shades of Swamp #0F1818

Tints of Swamp #0F1818

Color information

#0F1818 (or 0x0F1818) is unknown color: approx Swamp. HEX triplet: 0F, 18 and 18. RGB value is (15,24,24). Sum of RGB (Red+Green+Blue) = 15+24+24=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #0F1818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1818 is #F0E7E7. Grayscale: #151515. Windows color (decimal): -15788008 or 1579023. OLE color: 1579023.

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

Color convert

RGB152424-
CMYK0.37000.91
HSL180º23.08%7.65%-
HSV(B)180º37.5%9.41%-
XYZ0.690.820.99-
YUV21.31129.52123.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=23.81%
G=38.10%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524240.37000.9118023.087.65
HexF181825005Bb4178
Octal17303045001332642710
Binary1111110001100010010100101101110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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