#0F3130

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

Shades of Swamp #0F3130

Tints of Swamp #0F3130

Color information

#0F3130 (or 0x0F3130) is unknown color: approx Swamp. HEX triplet: 0F, 31 and 30. RGB value is (15,49,48). Sum of RGB (Red+Green+Blue) = 15+49+48=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3130 is #F0CECF. Grayscale: #262626. Windows color (decimal): -15781584 or 3158287. OLE color: 3158287.

HSL color Cylindrical-coordinate representation of color #0F3130: hue angle of 178.24º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3130 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB154948-
CMYK0.6900.020.81
HSL178.24º53.12%12.55%-
HSV(B)178.24º69.39%19.22%-
XYZ1.832.513.18-
YUV38.72133.24111.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=13.39%
G=43.75%
B=42.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549480.6900.020.81178.2453.1212.55
HexF3130450251b235d
Octal176160105021212626515
Binary111111000111000010001010101010001101100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,48); }

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

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

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

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

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

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

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