#1F4039

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

Shades of Deep Teal #1F4039

Tints of Deep Teal #1F4039

Color information

#1F4039 (or 0x1F4039) is unknown color: approx Deep Teal. HEX triplet: 1F, 40 and 39. RGB value is (31,64,57). Sum of RGB (Red+Green+Blue) = 31+64+57=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4039 is #E0BFC6. Grayscale: #353535. Windows color (decimal): -14729159 or 3751967. OLE color: 3751967.

HSL color Cylindrical-coordinate representation of color #1F4039: hue angle of 167.27º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4039 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB316457-
CMYK0.5200.110.75
HSL167.27º34.74%18.63%-
HSV(B)167.27º51.56%25.1%-
XYZ3.144.254.53-
YUV53.33130.07112.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 57 (22.66% from 255) = 37.5%
R=20.39%
G=42.11%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164570.5200.110.75167.2734.7418.63
Hex1F4039340B4Ba72313
Octal3710071640131132474323
Binary1111110000001110011101000101110010111010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4039; }

 p { color: rgb(31,64,57); }

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

<style>
 a { background-color: #1F4039; }

 a { background-color: rgb(31,64,57); }

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

<style>
 span { border-color: #1F4039; }

 span { border-color: rgb(31,64,57); }

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