#1F3B39

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

Shades of Deep Teal #1F3B39

Tints of Deep Teal #1F3B39

Color information

#1F3B39 (or 0x1F3B39) is unknown color: approx Deep Teal. HEX triplet: 1F, 3B and 39. RGB value is (31,59,57). Sum of RGB (Red+Green+Blue) = 31+59+57=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B39 is #E0C4C6. Grayscale: #323232. Windows color (decimal): -14730439 or 3750687. OLE color: 3750687.

HSL color Cylindrical-coordinate representation of color #1F3B39: hue angle of 175.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B39 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB315957-
CMYK0.4700.030.77
HSL175.71º31.11%17.65%-
HSV(B)175.71º47.46%23.14%-
XYZ2.873.714.44-
YUV50.4131.72114.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=21.09%
G=40.14%
B=38.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3159570.4700.030.77175.7131.1117.65
Hex1F3B392F034Db01f12
Octal37737157031152603722
Binary111111110111110011011110111001101101100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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