#09381C

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

Shades of Deep Fir #09381C

Tints of Deep Fir #09381C

Color information

#09381C (or 0x09381C) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 1C. RGB value is (9,56,28). Sum of RGB (Red+Green+Blue) = 9+56+28=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #09381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381C is #F6C7E3. Grayscale: #262626. Windows color (decimal): -16173028 or 1849353. OLE color: 1849353.

HSL color Cylindrical-coordinate representation of color #09381C: hue angle of 144.26º 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 #09381C is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB95628-
CMYK0.8400.500.78
HSL144.26º72.31%12.75%-
HSV(B)144.26º83.93%21.96%-
XYZ1.742.971.58-
YUV38.76121.93106.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=9.68%
G=60.22%
B=30.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956280.8400.500.78144.2672.3112.75
Hex9381C540324E9048d
Octal11703412406211622011015
Binary1001111000111001010100011001010011101001000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09381C; }

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

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

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

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

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

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

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

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