Html Css Color HEX #09332F Deep Teal

📋 copy color: '#09332F'

red 9 ◦ green 51 ◦ blue 47

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

Shades of Deep Teal #09332F

Tints of Deep Teal #09332F

RGB

 RED value IS 9 (3.91% from 255) = 8.41%

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

 BLUE value IS 47 (18.75% from 255) = 43.93%

R = 8.41%
G = 47.66%
B = 43.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#09332F (or 0x09332F) is known color: Deep Teal. HEX triplet: 09, 33 and 2F. RGB value is (9,51,47). Sum of RGB (Red+Green+Blue) = 9+51+47=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #09332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09332F is #F6CCD0. Grayscale: #252525. Windows color (decimal): -16174289 or 3093257. OLE color: 3093257.

HSL color Cylindrical-coordinate representation of color #09332F: hue angle of 174.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09332F is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 47 -
CMYK 0.82 0 0.08 0.8
HSL 174.29º 0.7% 0.12% -
HSV(B) 174.29º 0.82% 0.2% -
XYZ 1.81 2.63 3.1 -
YUV 37.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 9 51 47 0.82 0 0.08 0.8 174.29 0.7 0.12
Hex 9 33 2F 52 0 8 50 AE 46 C
Octal 11 63 57 122 0 10 120 256 106 14
Binary 1001 110011 101111 1010010 0 1000 1010000 10101110 1000110 1100

Color Harmonies of #09332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09332F

Black with #09332F

Text Example


Text Example

White with #09332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09332F; }

 p { color: rgb(9,51,47); }

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

background-color css

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

 a { background-color: rgb(9,51,47); }

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

border-color css

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

 span { border-color: rgb(9,51,47); }

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