#0F3931

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

Shades of Deep Teal #0F3931

Tints of Deep Teal #0F3931

Color information

#0F3931 (or 0x0F3931) is unknown color: approx Deep Teal. HEX triplet: 0F, 39 and 31. RGB value is (15,57,49). Sum of RGB (Red+Green+Blue) = 15+57+49=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3931 is #F0C6CE. Grayscale: #2B2B2B. Windows color (decimal): -15779535 or 3225871. OLE color: 3225871.

HSL color Cylindrical-coordinate representation of color #0F3931: hue angle of 168.57º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3931 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB155749-
CMYK0.7400.140.78
HSL168.57º58.33%14.12%-
HSV(B)168.57º73.68%22.35%-
XYZ2.213.253.42-
YUV43.53131.09107.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.40%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=12.40%
G=47.11%
B=40.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557490.7400.140.78168.5758.3314.12
HexF39314A0E4Ea93ae
Octal1771611120161162517216
Binary11111110011100011001010011101001110101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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