Html Css Color HEX #093018 Deep Fir

📋 copy color: '#093018'

red 9 ◦ green 48 ◦ blue 24

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

Shades of Deep Fir #093018

Tints of Deep Fir #093018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 11.11%
G = 59.26%
B = 29.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#093018 (or 0x093018) is known color: Deep Fir. HEX triplet: 09, 30 and 18. RGB value is (9,48,24). Sum of RGB (Red+Green+Blue) = 9+48+24=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #093018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093018 is #F6CFE7. Grayscale: #212121. Windows color (decimal): -16175080 or 1585161. OLE color: 1585161.

HSL color Cylindrical-coordinate representation of color #093018: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093018 is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 24 -
CMYK 0.81 0 0.5 0.81
HSL 143.08º 0.68% 0.11% -
HSV(B) 143.08º 0.81% 0.19% -
XYZ 1.33 2.24 1.23 -
YUV 33.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 9 48 24 0.81 0 0.5 0.81 143.08 0.68 0.11
Hex 9 30 18 51 0 32 51 8F 44 B
Octal 11 60 30 121 0 62 121 217 104 13
Binary 1001 110000 11000 1010001 0 110010 1010001 10001111 1000100 1011

Color Harmonies of #093018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093018

Black with #093018

Text Example


Text Example

White with #093018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093018; }

 p { color: rgb(9,48,24); }

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

background-color css

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

 a { background-color: rgb(9,48,24); }

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

border-color css

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

 span { border-color: rgb(9,48,24); }

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