#093F1B

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

Shades of Deep Fir #093F1B

Tints of Deep Fir #093F1B

Color information

#093F1B (or 0x093F1B) is unknown color: approx Deep Fir. HEX triplet: 09, 3F and 1B. RGB value is (9,63,27). Sum of RGB (Red+Green+Blue) = 9+63+27=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1B is #F6C0E4. Grayscale: #2A2A2A. Windows color (decimal): -16171237 or 1785609. OLE color: 1785609.

HSL color Cylindrical-coordinate representation of color #093F1B: hue angle of 140º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F1B is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB96327-
CMYK0.8600.570.75
HSL140º75%14.12%-
HSV(B)140º85.71%24.71%-
XYZ2.093.691.64-
YUV42.75119.11103.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 63 (25% from 255) = 63.64%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=9.09%
G=63.64%
B=27.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963270.8600.570.751407514.12
Hex93F1B560394B8c4be
Octal11773312607111321411316
Binary1001111111110111010110011100110010111000110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093F1B; }

 p { color: rgb(9,63,27); }

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

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

 a { background-color: rgb(9,63,27); }

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

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

 span { border-color: rgb(9,63,27); }

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