Html Css Color HEX #0E1909 Pine Tree

📋 copy color: '#0E1909'

red 14 ◦ green 25 ◦ blue 9

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

Shades of Pine Tree #0E1909

Tints of Pine Tree #0E1909

RGB

 RED value IS 14 (5.86% from 255) = 29.17%

 GREEN value IS 25 (10.16% from 255) = 52.08%

 BLUE value IS 9 (3.91% from 255) = 18.75%

R = 29.17%
G = 52.08%
B = 18.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#0E1909 (or 0x0E1909) is known color: Pine Tree. HEX triplet: 0E, 19 and 09. RGB value is (14,25,9). Sum of RGB (Red+Green+Blue) = 14+25+9=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1909 is #F1E6F6. Grayscale: #131313. Windows color (decimal): -15853303 or 596238. OLE color: 596238.

HSL color Cylindrical-coordinate representation of color #0E1909: hue angle of 101.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E1909 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 25 9 -
CMYK 0.44 0 0.64 0.90
HSL 101.25º 0.47% 0.07% -
HSV(B) 101.25º 0.64% 0.1% -
XYZ 0.58 0.81 0.38 -
YUV 19.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 14 25 9 0.44 0 0.64 0.90 101.25 0.47 0.07
Hex E 19 9 2C 0 40 5A 65 2F 7
Octal 16 31 11 54 0 100 132 145 57 7
Binary 1110 11001 1001 101100 0 1000000 1011010 1100101 101111 111

Color Harmonies of #0E1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1909

Black with #0E1909

Text Example


Text Example

White with #0E1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1909; }

 p { color: rgb(14,25,9); }

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

background-color css

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

 a { background-color: rgb(14,25,9); }

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

border-color css

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

 span { border-color: rgb(14,25,9); }

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