#1F413E

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

Shades of Deep Teal #1F413E

Tints of Deep Teal #1F413E

Color information

#1F413E (or 0x1F413E) is unknown color: approx Deep Teal. HEX triplet: 1F, 41 and 3E. RGB value is (31,65,62). Sum of RGB (Red+Green+Blue) = 31+65+62=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #1F413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F413E is #E0BEC1. Grayscale: #363636. Windows color (decimal): -14728898 or 4079903. OLE color: 4079903.

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

Color convert

RGB316562-
CMYK0.5200.050.75
HSL174.71º35.42%18.82%-
HSV(B)174.71º52.31%25.49%-
XYZ3.324.425.24-
YUV54.49132.24111.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=19.62%
G=41.14%
B=39.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165620.5200.050.75174.7135.4218.82
Hex1F413E34054Baf2313
Octal371017664051132574323
Binary111111000001111110110100010110010111010111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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