#09381B

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

Shades of Deep Fir #09381B

Tints of Deep Fir #09381B

Color information

#09381B (or 0x09381B) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 1B. RGB value is (9,56,27). Sum of RGB (Red+Green+Blue) = 9+56+27=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #09381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381B is #F6C7E4. Grayscale: #262626. Windows color (decimal): -16173029 or 1783817. OLE color: 1783817.

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

Color convert

RGB95627-
CMYK0.8400.520.78
HSL142.98º72.31%12.75%-
HSV(B)142.98º83.93%21.96%-
XYZ1.722.971.52-
YUV38.64121.43106.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=9.78%
G=60.87%
B=29.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956270.8400.520.78142.9872.3112.75
Hex9381B540344E8f48d
Octal11703312406411621711015
Binary1001111000110111010100011010010011101000111110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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