Html Css Color HEX #133831 Deep Teal

📋 copy color: '#133831'

red 19 ◦ green 56 ◦ blue 49

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

Shades of Deep Teal #133831

Tints of Deep Teal #133831

RGB

 RED value IS 19 (7.81% from 255) = 15.32%

 GREEN value IS 56 (22.27% from 255) = 45.16%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 15.32%
G = 45.16%
B = 39.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#133831 (or 0x133831) is known color: Deep Teal. HEX triplet: 13, 38 and 31. RGB value is (19,56,49). Sum of RGB (Red+Green+Blue) = 19+56+49=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #133831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133831 is #ECC7CE. Grayscale: #2C2C2C. Windows color (decimal): -15517647 or 3225619. OLE color: 3225619.

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

Color convert

RGB 19 56 49 -
CMYK 0.66 0 0.12 0.78
HSL 168.65º 0.49% 0.15% -
HSV(B) 168.65º 0.66% 0.22% -
XYZ 2.24 3.19 3.4 -
YUV 44.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 19 56 49 0.66 0 0.12 0.78 168.65 0.49 0.15
Hex 13 38 31 42 0 C 4E A9 31 F
Octal 23 70 61 102 0 14 116 251 61 17
Binary 10011 111000 110001 1000010 0 1100 1001110 10101001 110001 1111

Color Harmonies of #133831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133831

Black with #133831

Text Example


Text Example

White with #133831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133831; }

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

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

background-color css

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

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

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

border-color css

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

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

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