Html Css Color HEX #093312 Deep Fir

📋 copy color: '#093312'

red 9 ◦ green 51 ◦ blue 18

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

Shades of Deep Fir #093312

Tints of Deep Fir #093312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 65.38%

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

R = 11.54%
G = 65.38%
B = 23.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#093312 (or 0x093312) is known color: Deep Fir. HEX triplet: 09, 33 and 12. RGB value is (9,51,18). Sum of RGB (Red+Green+Blue) = 9+51+18=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #093312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093312 is #F6CCED. Grayscale: #222222. Windows color (decimal): -16174318 or 1192713. OLE color: 1192713.

HSL color Cylindrical-coordinate representation of color #093312: hue angle of 132.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093312 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 18 -
CMYK 0.82 0 0.65 0.8
HSL 132.86º 0.7% 0.12% -
HSV(B) 132.86º 0.82% 0.2% -
XYZ 1.41 2.47 0.97 -
YUV 34.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 9 51 18 0.82 0 0.65 0.8 132.86 0.7 0.12
Hex 9 33 12 52 0 41 50 85 46 C
Octal 11 63 22 122 0 101 120 205 106 14
Binary 1001 110011 10010 1010010 0 1000001 1010000 10000101 1000110 1100

Color Harmonies of #093312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093312

Black with #093312

Text Example


Text Example

White with #093312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093312; }

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

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

background-color css

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

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

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

border-color css

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

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

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