Html Css Color HEX #073431 Deep Teal

📋 copy color: '#073431'

red 7 ◦ green 52 ◦ blue 49

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

Shades of Deep Teal #073431

Tints of Deep Teal #073431

RGB

 RED value IS 7 (3.13% from 255) = 6.48%

 GREEN value IS 52 (20.7% from 255) = 48.15%

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

R = 6.48%
G = 48.15%
B = 45.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#073431 (or 0x073431) is known color: Deep Teal. HEX triplet: 07, 34 and 31. RGB value is (7,52,49). Sum of RGB (Red+Green+Blue) = 7+52+49=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #073431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073431 is #F8CBCE. Grayscale: #262626. Windows color (decimal): -16305103 or 3224583. OLE color: 3224583.

HSL color Cylindrical-coordinate representation of color #073431: hue angle of 176º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073431 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 49 -
CMYK 0.87 0 0.06 0.80
HSL 176º 0.76% 0.12% -
HSV(B) 176º 0.87% 0.2% -
XYZ 1.87 2.72 3.33 -
YUV 38.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 7 52 49 0.87 0 0.06 0.80 176 0.76 0.12
Hex 7 34 31 57 0 6 50 B0 4C C
Octal 7 64 61 127 0 6 120 260 114 14
Binary 111 110100 110001 1010111 0 110 1010000 10110000 1001100 1100

Color Harmonies of #073431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073431

Black with #073431

Text Example


Text Example

White with #073431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073431; }

 p { color: rgb(7,52,49); }

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

background-color css

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

 a { background-color: rgb(7,52,49); }

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

border-color css

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

 span { border-color: rgb(7,52,49); }

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