#09381D

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

Shades of Deep Fir #09381D

Tints of Deep Fir #09381D

Color information

#09381D (or 0x09381D) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 1D. RGB value is (9,56,29). Sum of RGB (Red+Green+Blue) = 9+56+29=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #09381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381D is #F6C7E2. Grayscale: #262626. Windows color (decimal): -16173027 or 1914889. OLE color: 1914889.

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

Color convert

RGB95629-
CMYK0.8400.480.78
HSL145.53º72.31%12.75%-
HSV(B)145.53º83.93%21.96%-
XYZ1.752.981.64-
YUV38.87122.43106.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 56 (22.27% from 255) = 59.57%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=9.57%
G=59.57%
B=30.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956290.8400.480.78145.5372.3112.75
Hex9381D540304E9248d
Octal11703512406011622211015
Binary1001111000111011010100011000010011101001001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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