Html Css Color HEX #0B0E07 Pine Tree

📋 copy color: '#0B0E07'

red 11 ◦ green 14 ◦ blue 7

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

Shades of Pine Tree #0B0E07

Tints of Pine Tree #0B0E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 21.88%

R = 34.38%
G = 43.75%
B = 21.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.95

RGB Variations

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

Color information

#0B0E07 (or 0x0B0E07) is known color: Pine Tree. HEX triplet: 0B, 0E and 07. RGB value is (11,14,7). Sum of RGB (Red+Green+Blue) = 11+14+7=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #0B0E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E07 is #F4F1F8. Grayscale: #0C0C0C. Windows color (decimal): -16052729 or 462347. OLE color: 462347.

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

Color convert

RGB 11 14 7 -
CMYK 0.21 0 0.5 0.95
HSL 85.71º 0.33% 0.04% -
HSV(B) 85.71º 0.5% 0.05% -
XYZ 0.33 0.4 0.26 -
YUV 12.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 11 14 7 0.21 0 0.5 0.95 85.71 0.33 0.04
Hex B E 7 15 0 32 5F 56 21 4
Octal 13 16 7 25 0 62 137 126 41 4
Binary 1011 1110 111 10101 0 110010 1011111 1010110 100001 100

Color Harmonies of #0B0E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0E07

Black with #0B0E07

Text Example


Text Example

White with #0B0E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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