Html Css Color HEX #073330 Deep Teal

📋 copy color: '#073330'

red 7 ◦ green 51 ◦ blue 48

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

Shades of Deep Teal #073330

Tints of Deep Teal #073330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 6.6%
G = 48.11%
B = 45.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#073330 (or 0x073330) is known color: Deep Teal. HEX triplet: 07, 33 and 30. RGB value is (7,51,48). Sum of RGB (Red+Green+Blue) = 7+51+48=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #073330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073330 is #F8CCCF. Grayscale: #252525. Windows color (decimal): -16305360 or 3158791. OLE color: 3158791.

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

Color convert

RGB 7 51 48 -
CMYK 0.86 0 0.06 0.8
HSL 175.91º 0.76% 0.11% -
HSV(B) 175.91º 0.86% 0.2% -
XYZ 1.8 2.63 3.21 -
YUV 37.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 7 51 48 0.86 0 0.06 0.8 175.91 0.76 0.11
Hex 7 33 30 56 0 6 50 B0 4C B
Octal 7 63 60 126 0 6 120 260 114 13
Binary 111 110011 110000 1010110 0 110 1010000 10110000 1001100 1011

Color Harmonies of #073330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073330

Black with #073330

Text Example


Text Example

White with #073330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073330; }

 p { color: rgb(7,51,48); }

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

background-color css

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

 a { background-color: rgb(7,51,48); }

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

border-color css

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

 span { border-color: rgb(7,51,48); }

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