#09391B

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

Shades of Deep Fir #09391B

Tints of Deep Fir #09391B

Color information

#09391B (or 0x09391B) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 1B. RGB value is (9,57,27). Sum of RGB (Red+Green+Blue) = 9+57+27=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #09391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09391B is #F6C6E4. Grayscale: #272727. Windows color (decimal): -16172773 or 1784073. OLE color: 1784073.

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

Color convert

RGB95727-
CMYK0.8400.530.78
HSL142.5º72.73%12.94%-
HSV(B)142.5º84.21%22.35%-
XYZ1.773.061.53-
YUV39.23121.1106.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 57 (22.66% from 255) = 61.29%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=9.68%
G=61.29%
B=29.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957270.8400.530.78142.572.7312.94
Hex9391B540354E8e49d
Octal11713312406511621611115
Binary1001111001110111010100011010110011101000111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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