#1F3F3B

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

Shades of Deep Teal #1F3F3B

Tints of Deep Teal #1F3F3B

Color information

#1F3F3B (or 0x1F3F3B) is unknown color: approx Deep Teal. HEX triplet: 1F, 3F and 3B. RGB value is (31,63,59). Sum of RGB (Red+Green+Blue) = 31+63+59=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F3B is #E0C0C4. Grayscale: #343434. Windows color (decimal): -14729413 or 3882783. OLE color: 3882783.

HSL color Cylindrical-coordinate representation of color #1F3F3B: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F3B is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB316359-
CMYK0.5100.060.75
HSL172.5º34.04%18.43%-
HSV(B)172.5º50.79%24.71%-
XYZ3.134.164.78-
YUV52.98131.4112.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 59 (23.44% from 255) = 38.56%
R=20.26%
G=41.18%
B=38.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3163590.5100.060.75172.534.0418.43
Hex1F3F3B33064Bac2212
Octal37777363061132544222
Binary11111111111111011110011011010010111010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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