#1F443B

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

Shades of Deep Teal #1F443B

Tints of Deep Teal #1F443B

Color information

#1F443B (or 0x1F443B) is unknown color: approx Deep Teal. HEX triplet: 1F, 44 and 3B. RGB value is (31,68,59). Sum of RGB (Red+Green+Blue) = 31+68+59=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1F443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F443B is #E0BBC4. Grayscale: #373737. Windows color (decimal): -14728133 or 3884063. OLE color: 3884063.

HSL color Cylindrical-coordinate representation of color #1F443B: hue angle of 165.41º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F443B is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB316859-
CMYK0.5400.130.73
HSL165.41º37.37%19.41%-
HSV(B)165.41º54.41%26.67%-
XYZ3.424.744.87-
YUV55.91129.74110.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=19.62%
G=43.04%
B=37.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168590.5400.130.73165.4137.3719.41
Hex1F443B360D49a52513
Octal3710473660151112454523
Binary1111110001001110111101100110110010011010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,59); }

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

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

 a { background-color: rgb(31,68,59); }

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

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

 span { border-color: rgb(31,68,59); }

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