Html Css Color HEX #0B0E09 Pine Tree

📋 copy color: '#0B0E09'

red 11 ◦ green 14 ◦ blue 9

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

Shades of Pine Tree #0B0E09

Tints of Pine Tree #0B0E09

RGB

 RED value IS 11 (4.69% from 255) = 32.35%

 GREEN value IS 14 (5.86% from 255) = 41.18%

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

R = 32.35%
G = 41.18%
B = 26.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.95

RGB Variations

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

Color information

#0B0E09 (or 0x0B0E09) is known color: Pine Tree. HEX triplet: 0B, 0E and 09. RGB value is (11,14,9). Sum of RGB (Red+Green+Blue) = 11+14+9=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #0B0E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E09 is #F4F1F6. Grayscale: #0C0C0C. Windows color (decimal): -16052727 or 593419. OLE color: 593419.

HSL color Cylindrical-coordinate representation of color #0B0E09: hue angle of 96º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B0E09 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 14 9 -
CMYK 0.21 0 0.36 0.95
HSL 96º 0.22% 0.05% -
HSV(B) 96º 0.36% 0.05% -
XYZ 0.34 0.4 0.32 -
YUV 12.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 11 14 9 0.21 0 0.36 0.95 96 0.22 0.05
Hex B E 9 15 0 24 5F 60 16 5
Octal 13 16 11 25 0 44 137 140 26 5
Binary 1011 1110 1001 10101 0 100100 1011111 1100000 10110 101

Color Harmonies of #0B0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0E09

Black with #0B0E09

Text Example


Text Example

White with #0B0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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