#0F2323

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

Shades of Swamp #0F2323

Tints of Swamp #0F2323

Color information

#0F2323 (or 0x0F2323) is unknown color: approx Swamp. HEX triplet: 0F, 23 and 23. RGB value is (15,35,35). Sum of RGB (Red+Green+Blue) = 15+35+35=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #0F2323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2323 is #F0DCDC. Grayscale: #1D1D1D. Windows color (decimal): -15785181 or 2302735. OLE color: 2302735.

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

Color convert

RGB153535-
CMYK0.57000.86
HSL180º40%9.8%-
HSV(B)180º57.14%13.73%-
XYZ1.11.421.81-
YUV29.02131.37118-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 35 (14.06% from 255) = 41.18%
R=17.65%
G=41.18%
B=41.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535350.57000.86180409.8
HexF2323390056b428a
Octal17434371001262645012
Binary1111100011100011111001001010110101101001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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