Html Css Color HEX #0E110A Pine Tree

📋 copy color: '#0E110A'

red 14 ◦ green 17 ◦ blue 10

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

Shades of Pine Tree #0E110A

Tints of Pine Tree #0E110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 41.46%

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 34.15%
G = 41.46%
B = 24.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#0E110A (or 0x0E110A) is known color: Pine Tree. HEX triplet: 0E, 11 and 0A. RGB value is (14,17,10). Sum of RGB (Red+Green+Blue) = 14+17+10=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110A is #F1EEF5. Grayscale: #0F0F0F. Windows color (decimal): -15855350 or 659726. OLE color: 659726.

HSL color Cylindrical-coordinate representation of color #0E110A: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0E110A is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 17 10 -
CMYK 0.18 0 0.41 0.93
HSL 85.71º 0.26% 0.05% -
HSV(B) 85.71º 0.41% 0.07% -
XYZ 0.44 0.52 0.36 -
YUV 15.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 14 17 10 0.18 0 0.41 0.93 85.71 0.26 0.05
Hex E 11 A 12 0 29 5D 56 1A 5
Octal 16 21 12 22 0 51 135 126 32 5
Binary 1110 10001 1010 10010 0 101001 1011101 1010110 11010 101

Color Harmonies of #0E110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E110A

Black with #0E110A

Text Example


Text Example

White with #0E110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,10); }

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

background-color css

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

 a { background-color: rgb(14,17,10); }

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

border-color css

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

 span { border-color: rgb(14,17,10); }

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