Html Css Color HEX #093115 Deep Fir

📋 copy color: '#093115'

red 9 ◦ green 49 ◦ blue 21

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

Shades of Deep Fir #093115

Tints of Deep Fir #093115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 11.39%
G = 62.03%
B = 26.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#093115 (or 0x093115) is known color: Deep Fir. HEX triplet: 09, 31 and 15. RGB value is (9,49,21). Sum of RGB (Red+Green+Blue) = 9+49+21=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #093115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093115 is #F6CEEA. Grayscale: #212121. Windows color (decimal): -16174827 or 1388809. OLE color: 1388809.

HSL color Cylindrical-coordinate representation of color #093115: hue angle of 138º 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 #093115 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 21 -
CMYK 0.82 0 0.57 0.81
HSL 138º 0.69% 0.11% -
HSV(B) 138º 0.82% 0.19% -
XYZ 1.35 2.31 1.08 -
YUV 33.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 9 49 21 0.82 0 0.57 0.81 138 0.69 0.11
Hex 9 31 15 52 0 39 51 8A 45 B
Octal 11 61 25 122 0 71 121 212 105 13
Binary 1001 110001 10101 1010010 0 111001 1010001 10001010 1000101 1011

Color Harmonies of #093115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093115

Black with #093115

Text Example


Text Example

White with #093115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093115; }

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

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

background-color css

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

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

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

border-color css

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

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

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