Html Css Color HEX #093314 Deep Fir

📋 copy color: '#093314'

red 9 ◦ green 51 ◦ blue 20

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

Shades of Deep Fir #093314

Tints of Deep Fir #093314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25%

R = 11.25%
G = 63.75%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#093314 (or 0x093314) is known color: Deep Fir. HEX triplet: 09, 33 and 14. RGB value is (9,51,20). Sum of RGB (Red+Green+Blue) = 9+51+20=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #093314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093314 is #F6CCEB. Grayscale: #222222. Windows color (decimal): -16174316 or 1323785. OLE color: 1323785.

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

Color convert

RGB 9 51 20 -
CMYK 0.82 0 0.61 0.8
HSL 135.71º 0.7% 0.12% -
HSV(B) 135.71º 0.82% 0.2% -
XYZ 1.42 2.48 1.06 -
YUV 34.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 9 51 20 0.82 0 0.61 0.8 135.71 0.7 0.12
Hex 9 33 14 52 0 3D 50 88 46 C
Octal 11 63 24 122 0 75 120 210 106 14
Binary 1001 110011 10100 1010010 0 111101 1010000 10001000 1000110 1100

Color Harmonies of #093314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093314

Black with #093314

Text Example


Text Example

White with #093314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093314; }

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

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

background-color css

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

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

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

border-color css

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

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

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