#093115

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

Shades of Deep Fir #093115

Tints of Deep Fir #093115

Color information

#093115 (or 0x093115) is unknown color: approx Deep Fir. HEX triplet: 09, 31 and 15. RGB value is (9,49,21). Sum of RGB (Red+Green+Blue) = 9+49+21=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #093115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093115 is #F6CEEA. Grayscale: #212121. Windows color (decimal): -16174827 or 1388809. OLE color: 1388809.

HSL color Cylindrical-coordinate representation of color #093115: hue angle of 138º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093115 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB94921-
CMYK0.8200.570.81
HSL138º68.97%11.37%-
HSV(B)138º81.63%19.22%-
XYZ1.352.311.08-
YUV33.85120.75110.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=11.39%
G=62.03%
B=26.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949210.8200.570.8113868.9711.37
Hex9311552039518a45b
Octal11612512207112121210513
Binary1001110001101011010010011100110100011000101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093115; }

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

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

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

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

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

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

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

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