Html Css Color HEX #09300F Deep Fir

📋 copy color: '#09300F'

red 9 ◦ green 48 ◦ blue 15

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

Shades of Deep Fir #09300F

Tints of Deep Fir #09300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.83%

R = 12.5%
G = 66.67%
B = 20.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#09300F (or 0x09300F) is known color: Deep Fir. HEX triplet: 09, 30 and 0F. RGB value is (9,48,15). Sum of RGB (Red+Green+Blue) = 9+48+15=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #09300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09300F is #F6CFF0. Grayscale: #202020. Windows color (decimal): -16175089 or 995337. OLE color: 995337.

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

Color convert

RGB 9 48 15 -
CMYK 0.81 0 0.69 0.81
HSL 129.23º 0.68% 0.11% -
HSV(B) 129.23º 0.81% 0.19% -
XYZ 1.26 2.21 0.81 -
YUV 32.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 9 48 15 0.81 0 0.69 0.81 129.23 0.68 0.11
Hex 9 30 F 51 0 45 51 81 44 B
Octal 11 60 17 121 0 105 121 201 104 13
Binary 1001 110000 1111 1010001 0 1000101 1010001 10000001 1000100 1011

Color Harmonies of #09300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09300F

Black with #09300F

Text Example


Text Example

White with #09300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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