Html Css Color HEX #1F3D37 Deep Teal

📋 copy color: '#1F3D37'

red 31 ◦ green 61 ◦ blue 55

#1F3D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1F3D37

Tints of Deep Teal #1F3D37

RGB

 RED value IS 31 (12.5% from 255) = 21.09%

 GREEN value IS 61 (24.22% from 255) = 41.5%

 BLUE value IS 55 (21.88% from 255) = 37.41%

R = 21.09%
G = 41.5%
B = 37.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#1F3D37 (or 0x1F3D37) is known color: Deep Teal. HEX triplet: 1F, 3D and 37. RGB value is (31,61,55). Sum of RGB (Red+Green+Blue) = 31+61+55=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D37 is #E0C2C8. Grayscale: #333333. Windows color (decimal): -14729929 or 3620127. OLE color: 3620127.

HSL color Cylindrical-coordinate representation of color #1F3D37: hue angle of 168º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D37 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 61 55 -
CMYK 0.49 0 0.10 0.76
HSL 168º 0.33% 0.18% -
HSV(B) 168º 0.49% 0.24% -
XYZ 2.92 3.9 4.21 -
YUV 51.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 31 61 55 0.49 0 0.10 0.76 168 0.33 0.18
Hex 1F 3D 37 31 0 A 4C A8 21 12
Octal 37 75 67 61 0 12 114 250 41 22
Binary 11111 111101 110111 110001 0 1010 1001100 10101000 100001 10010

Color Harmonies of #1F3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3D37

Black with #1F3D37

Text Example


Text Example

White with #1F3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,61,55); }

 H1.HeaderClassName
 {
   color: #1F3D37;
 }
 .AnyTagClassName
 {
   color: #1F3D37;
 }
</style>

background-color css

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

 a { background-color: rgb(31,61,55); }

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

border-color css

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

 span { border-color: rgb(31,61,55); }

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