Html Css Color HEX #093313 Deep Fir

📋 copy color: '#093313'

red 9 ◦ green 51 ◦ blue 19

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

Shades of Deep Fir #093313

Tints of Deep Fir #093313

RGB

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

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

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

R = 11.39%
G = 64.56%
B = 24.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#093313 (or 0x093313) is known color: Deep Fir. HEX triplet: 09, 33 and 13. RGB value is (9,51,19). Sum of RGB (Red+Green+Blue) = 9+51+19=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #093313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093313 is #F6CCEC. Grayscale: #222222. Windows color (decimal): -16174317 or 1258249. OLE color: 1258249.

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

Color convert

RGB 9 51 19 -
CMYK 0.82 0 0.63 0.8
HSL 134.29º 0.7% 0.12% -
HSV(B) 134.29º 0.82% 0.2% -
XYZ 1.41 2.47 1.02 -
YUV 34.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 9 51 19 0.82 0 0.63 0.8 134.29 0.7 0.12
Hex 9 33 13 52 0 3F 50 86 46 C
Octal 11 63 23 122 0 77 120 206 106 14
Binary 1001 110011 10011 1010010 0 111111 1010000 10000110 1000110 1100

Color Harmonies of #093313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093313

Black with #093313

Text Example


Text Example

White with #093313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093313; }

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

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

background-color css

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

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

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

border-color css

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

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

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