#133731

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

Shades of Deep Teal #133731

Tints of Deep Teal #133731

Color information

#133731 (or 0x133731) is unknown color: approx Deep Teal. HEX triplet: 13, 37 and 31. RGB value is (19,55,49). Sum of RGB (Red+Green+Blue) = 19+55+49=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #133731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133731 is #ECC8CE. Grayscale: #2B2B2B. Windows color (decimal): -15517903 or 3225363. OLE color: 3225363.

HSL color Cylindrical-coordinate representation of color #133731: hue angle of 170º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133731 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB195549-
CMYK0.6500.110.78
HSL170º48.65%14.51%-
HSV(B)170º65.45%21.57%-
XYZ2.193.093.39-
YUV43.55131.07110.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=15.45%
G=44.72%
B=39.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955490.6500.110.7817048.6514.51
Hex133731410B4Eaa31f
Octal2367611010131162526117
Binary100111101111100011000001010111001110101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133731; }

 p { color: rgb(19,55,49); }

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

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

 a { background-color: rgb(19,55,49); }

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

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

 span { border-color: rgb(19,55,49); }

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