Html Css Color HEX #093117 Deep Fir

📋 copy color: '#093117'

red 9 ◦ green 49 ◦ blue 23

#093117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #093117

Tints of Deep Fir #093117

RGB

 RED value IS 9 (3.91% from 255) = 11.11%

 GREEN value IS 49 (19.53% from 255) = 60.49%

 BLUE value IS 23 (9.38% from 255) = 28.4%

R = 11.11%
G = 60.49%
B = 28.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#093117 (or 0x093117) is known color: Deep Fir. HEX triplet: 09, 31 and 17. RGB value is (9,49,23). Sum of RGB (Red+Green+Blue) = 9+49+23=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #093117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093117 is #F6CEE8. Grayscale: #222222. Windows color (decimal): -16174825 or 1519881. OLE color: 1519881.

HSL color Cylindrical-coordinate representation of color #093117: hue angle of 141º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093117 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 23 -
CMYK 0.82 0 0.53 0.81
HSL 141º 0.69% 0.11% -
HSV(B) 141º 0.82% 0.19% -
XYZ 1.37 2.32 1.19 -
YUV 34.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 9 49 23 0.82 0 0.53 0.81 141 0.69 0.11
Hex 9 31 17 52 0 35 51 8D 45 B
Octal 11 61 27 122 0 65 121 215 105 13
Binary 1001 110001 10111 1010010 0 110101 1010001 10001101 1000101 1011

Color Harmonies of #093117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093117

Black with #093117

Text Example


Text Example

White with #093117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093117; }

 p { color: rgb(9,49,23); }

 H1.HeaderClassName
 {
   color: #093117;
 }
 .AnyTagClassName
 {
   color: #093117;
 }
</style>

background-color css

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

 a { background-color: rgb(9,49,23); }

 div.DivClassName
 {
   background-color: #093117;
 }
 .BgClassName
 {
   background-color: #093117;
 }
</style>

border-color css

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

 span { border-color: rgb(9,49,23); }

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