Html Css Color HEX #093013 Deep Fir

📋 copy color: '#093013'

red 9 ◦ green 48 ◦ blue 19

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

Shades of Deep Fir #093013

Tints of Deep Fir #093013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 11.84%
G = 63.16%
B = 25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#093013 (or 0x093013) is known color: Deep Fir. HEX triplet: 09, 30 and 13. RGB value is (9,48,19). Sum of RGB (Red+Green+Blue) = 9+48+19=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #093013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093013 is #F6CFEC. Grayscale: #212121. Windows color (decimal): -16175085 or 1257481. OLE color: 1257481.

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

Color convert

RGB 9 48 19 -
CMYK 0.81 0 0.60 0.81
HSL 135.38º 0.68% 0.11% -
HSV(B) 135.38º 0.81% 0.19% -
XYZ 1.29 2.22 0.98 -
YUV 33.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 9 48 19 0.81 0 0.60 0.81 135.38 0.68 0.11
Hex 9 30 13 51 0 3C 51 87 44 B
Octal 11 60 23 121 0 74 121 207 104 13
Binary 1001 110000 10011 1010001 0 111100 1010001 10000111 1000100 1011

Color Harmonies of #093013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093013

Black with #093013

Text Example


Text Example

White with #093013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093013; }

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

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

background-color css

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

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

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

border-color css

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

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

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