#0F2324

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

Shades of Swamp #0F2324

Tints of Swamp #0F2324

Color information

#0F2324 (or 0x0F2324) is unknown color: approx Swamp. HEX triplet: 0F, 23 and 24. RGB value is (15,35,36). Sum of RGB (Red+Green+Blue) = 15+35+36=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F2324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2324 is #F0DCDB. Grayscale: #1D1D1D. Windows color (decimal): -15785180 or 2368271. OLE color: 2368271.

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

Color convert

RGB153536-
CMYK0.580.0300.86
HSL182.86º41.18%10%-
HSV(B)182.86º58.33%14.12%-
XYZ1.121.431.89-
YUV29.13131.87117.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=17.44%
G=40.70%
B=41.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535360.580.0300.86182.8641.1810
HexF23243A3056b729a
Octal17434472301262675112
Binary11111000111001001110101101010110101101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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