Html Css Color HEX #133731 Deep Teal

📋 copy color: '#133731'

red 19 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #133731

Tints of Deep Teal #133731

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 value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#133731 (or 0x133731) is known color: 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

RGB 19 55 49 -
CMYK 0.65 0 0.11 0.78
HSL 170º 0.49% 0.15% -
HSV(B) 170º 0.65% 0.22% -
XYZ 2.19 3.09 3.39 -
YUV 43.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 19 55 49 0.65 0 0.11 0.78 170 0.49 0.15
Hex 13 37 31 41 0 B 4E AA 31 F
Octal 23 67 61 101 0 13 116 252 61 17
Binary 10011 110111 110001 1000001 0 1011 1001110 10101010 110001 1111

Color Harmonies of #133731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133731

Black with #133731

Text Example


Text Example

White with #133731

Text Example


Text Example

HTML Codes & Css Web 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>