#1F4139

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

Shades of Deep Teal #1F4139

Tints of Deep Teal #1F4139

Color information

#1F4139 (or 0x1F4139) is unknown color: approx Deep Teal. HEX triplet: 1F, 41 and 39. RGB value is (31,65,57). Sum of RGB (Red+Green+Blue) = 31+65+57=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4139 is #E0BEC6. Grayscale: #353535. Windows color (decimal): -14728903 or 3752223. OLE color: 3752223.

HSL color Cylindrical-coordinate representation of color #1F4139: hue angle of 165.88º 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 #1F4139 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB316557-
CMYK0.5200.120.75
HSL165.88º35.42%18.82%-
HSV(B)165.88º52.31%25.49%-
XYZ3.194.374.55-
YUV53.92129.74111.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=20.26%
G=42.48%
B=37.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165570.5200.120.75165.8835.4218.82
Hex1F4139340C4Ba62313
Octal3710171640141132464323
Binary1111110000011110011101000110010010111010011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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