Html Css Color HEX #091300 Pine Tree

📋 copy color: '#091300'

red 9 ◦ green 19 ◦ blue 0

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

Shades of Pine Tree #091300

Tints of Pine Tree #091300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 67.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.14%
G = 67.86%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#091300 (or 0x091300) is known color: Pine Tree. HEX triplet: 09, 13 and 00. RGB value is (9,19,0). Sum of RGB (Red+Green+Blue) = 9+19+0=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #091300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091300 is #F6ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16182528 or 4873. OLE color: 4873.

HSL color Cylindrical-coordinate representation of color #091300: hue angle of 91.58º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091300 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 0 -
CMYK 0.53 0 1 0.93
HSL 91.58º 1% 0.04% -
HSV(B) 91.58º 1% 0.07% -
XYZ 0.35 0.52 0.08 -
YUV 13.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 9 19 0 0.53 0 1 0.93 91.58 1 0.04
Hex 9 13 0 35 0 64 5D 5C 64 4
Octal 11 23 0 65 0 144 135 134 144 4
Binary 1001 10011 0 110101 0 1100100 1011101 1011100 1100100 100

Color Harmonies of #091300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091300

Black with #091300

Text Example


Text Example

White with #091300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091300; }

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

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

background-color css

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

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

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

border-color css

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

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

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