Html Css Color HEX #073531 Deep Teal

📋 copy color: '#073531'

red 7 ◦ green 53 ◦ blue 49

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

Shades of Deep Teal #073531

Tints of Deep Teal #073531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 6.42%
G = 48.62%
B = 44.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#073531 (or 0x073531) is known color: Deep Teal. HEX triplet: 07, 35 and 31. RGB value is (7,53,49). Sum of RGB (Red+Green+Blue) = 7+53+49=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #073531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073531 is #F8CACE. Grayscale: #262626. Windows color (decimal): -16304847 or 3224839. OLE color: 3224839.

HSL color Cylindrical-coordinate representation of color #073531: hue angle of 174.78º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073531 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 49 -
CMYK 0.87 0 0.08 0.79
HSL 174.78º 0.77% 0.12% -
HSV(B) 174.78º 0.87% 0.21% -
XYZ 1.92 2.81 3.35 -
YUV 38.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 7 53 49 0.87 0 0.08 0.79 174.78 0.77 0.12
Hex 7 35 31 57 0 8 4F AF 4D C
Octal 7 65 61 127 0 10 117 257 115 14
Binary 111 110101 110001 1010111 0 1000 1001111 10101111 1001101 1100

Color Harmonies of #073531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073531

Black with #073531

Text Example


Text Example

White with #073531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073531; }

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

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

background-color css

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

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

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

border-color css

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

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

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