Html Css Color HEX #093112 Deep Fir

📋 copy color: '#093112'

red 9 ◦ green 49 ◦ blue 18

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

Shades of Deep Fir #093112

Tints of Deep Fir #093112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 11.84%
G = 64.47%
B = 23.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#093112 (or 0x093112) is known color: Deep Fir. HEX triplet: 09, 31 and 12. RGB value is (9,49,18). Sum of RGB (Red+Green+Blue) = 9+49+18=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #093112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093112 is #F6CEED. Grayscale: #212121. Windows color (decimal): -16174830 or 1192201. OLE color: 1192201.

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

Color convert

RGB 9 49 18 -
CMYK 0.82 0 0.63 0.81
HSL 133.5º 0.69% 0.11% -
HSV(B) 133.5º 0.82% 0.19% -
XYZ 1.32 2.3 0.95 -
YUV 33.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 9 49 18 0.82 0 0.63 0.81 133.5 0.69 0.11
Hex 9 31 12 52 0 3F 51 86 45 B
Octal 11 61 22 122 0 77 121 206 105 13
Binary 1001 110001 10010 1010010 0 111111 1010001 10000110 1000101 1011

Color Harmonies of #093112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093112

Black with #093112

Text Example


Text Example

White with #093112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093112; }

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

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

background-color css

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

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

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

border-color css

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

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

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