Html Css Color HEX #09352F Deep Teal

📋 copy color: '#09352F'

red 9 ◦ green 53 ◦ blue 47

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

Shades of Deep Teal #09352F

Tints of Deep Teal #09352F

RGB

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

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

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

R = 8.26%
G = 48.62%
B = 43.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#09352F (or 0x09352F) is known color: Deep Teal. HEX triplet: 09, 35 and 2F. RGB value is (9,53,47). Sum of RGB (Red+Green+Blue) = 9+53+47=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #09352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352F is #F6CAD0. Grayscale: #272727. Windows color (decimal): -16173777 or 3093769. OLE color: 3093769.

HSL color Cylindrical-coordinate representation of color #09352F: hue angle of 171.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09352F is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 47 -
CMYK 0.83 0 0.11 0.79
HSL 171.82º 0.71% 0.12% -
HSV(B) 171.82º 0.83% 0.21% -
XYZ 1.9 2.81 3.13 -
YUV 39.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 9 53 47 0.83 0 0.11 0.79 171.82 0.71 0.12
Hex 9 35 2F 53 0 B 4F AC 47 C
Octal 11 65 57 123 0 13 117 254 107 14
Binary 1001 110101 101111 1010011 0 1011 1001111 10101100 1000111 1100

Color Harmonies of #09352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09352F

Black with #09352F

Text Example


Text Example

White with #09352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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