Html Css Color HEX #0B0D07 Pine Tree

📋 copy color: '#0B0D07'

red 11 ◦ green 13 ◦ blue 7

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

Shades of Pine Tree #0B0D07

Tints of Pine Tree #0B0D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 41.94%

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

R = 35.48%
G = 41.94%
B = 22.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.95

RGB Variations

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

Color information

#0B0D07 (or 0x0B0D07) is known color: Pine Tree. HEX triplet: 0B, 0D and 07. RGB value is (11,13,7). Sum of RGB (Red+Green+Blue) = 11+13+7=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D07 is #F4F2F8. Grayscale: #0B0B0B. Windows color (decimal): -16052985 or 462091. OLE color: 462091.

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

Color convert

RGB 11 13 7 -
CMYK 0.15 0 0.46 0.95
HSL 80º 0.3% 0.04% -
HSV(B) 80º 0.46% 0.05% -
XYZ 0.32 0.37 0.26 -
YUV 11.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 11 13 7 0.15 0 0.46 0.95 80 0.3 0.04
Hex B D 7 F 0 2E 5F 50 1E 4
Octal 13 15 7 17 0 56 137 120 36 4
Binary 1011 1101 111 1111 0 101110 1011111 1010000 11110 100

Color Harmonies of #0B0D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0D07

Black with #0B0D07

Text Example


Text Example

White with #0B0D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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