#0F292C

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

Shades of Swamp #0F292C

Tints of Swamp #0F292C

Color information

#0F292C (or 0x0F292C) is unknown color: approx Swamp. HEX triplet: 0F, 29 and 2C. RGB value is (15,41,44). Sum of RGB (Red+Green+Blue) = 15+41+44=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F292C is #F0D6D3. Grayscale: #212121. Windows color (decimal): -15783636 or 2894095. OLE color: 2894095.

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

Color convert

RGB154144-
CMYK0.660.0700.83
HSL186.21º49.15%11.57%-
HSV(B)186.21º65.91%17.25%-
XYZ1.441.872.67-
YUV33.57133.89114.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 44 (17.58% from 255) = 44%
R=15%
G=41%
B=44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1541440.660.0700.83186.2149.1511.57
HexF292C427053ba31c
Octal175154102701232726114
Binary1111101001101100100001011101010011101110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,44); }

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

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

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

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

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

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

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