Html Css Color HEX #093119 Deep Fir

📋 copy color: '#093119'

red 9 ◦ green 49 ◦ blue 25

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

Shades of Deep Fir #093119

Tints of Deep Fir #093119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.12%

R = 10.84%
G = 59.04%
B = 30.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#093119 (or 0x093119) is known color: Deep Fir. HEX triplet: 09, 31 and 19. RGB value is (9,49,25). Sum of RGB (Red+Green+Blue) = 9+49+25=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #093119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093119 is #F6CEE6. Grayscale: #222222. Windows color (decimal): -16174823 or 1650953. OLE color: 1650953.

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

Color convert

RGB 9 49 25 -
CMYK 0.82 0 0.49 0.81
HSL 144º 0.69% 0.11% -
HSV(B) 144º 0.82% 0.19% -
XYZ 1.39 2.32 1.3 -
YUV 34.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 9 49 25 0.82 0 0.49 0.81 144 0.69 0.11
Hex 9 31 19 52 0 31 51 90 45 B
Octal 11 61 31 122 0 61 121 220 105 13
Binary 1001 110001 11001 1010010 0 110001 1010001 10010000 1000101 1011

Color Harmonies of #093119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093119

Black with #093119

Text Example


Text Example

White with #093119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093119; }

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

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

background-color css

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

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

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

border-color css

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

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

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