#093831

Color #093831 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #093831

Tints of Deep Teal #093831

Color information

#093831 (or 0x093831) is unknown color: approx Deep Teal. HEX triplet: 09, 38 and 31. RGB value is (9,56,49). Sum of RGB (Red+Green+Blue) = 9+56+49=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #093831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093831 is #F6C7CE. Grayscale: #292929. Windows color (decimal): -16173007 or 3225609. OLE color: 3225609.

HSL color Cylindrical-coordinate representation of color #093831: hue angle of 171.06º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093831 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB95649-
CMYK0.8400.120.78
HSL171.06º72.31%12.75%-
HSV(B)171.06º83.93%21.96%-
XYZ2.083.113.4-
YUV41.15132.43105.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=7.89%
G=49.12%
B=42.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956490.8400.120.78171.0672.3112.75
Hex93831540C4Eab48d
Octal11706112401411625311015
Binary100111100011000110101000110010011101010101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093831; }

 p { color: rgb(9,56,49); }

 H1.HeaderClassName
 {
   color: #093831;
 }
 .AnyTagClassName
 {
   color: #093831;
 }
</style>
background-color css

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

 a { background-color: rgb(9,56,49); }

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

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

 span { border-color: rgb(9,56,49); }

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