Html Css Color HEX #0B0D09 Pine Tree

📋 copy color: '#0B0D09'

red 11 ◦ green 13 ◦ blue 9

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

Shades of Pine Tree #0B0D09

Tints of Pine Tree #0B0D09

RGB

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

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

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

R = 33.33%
G = 39.39%
B = 27.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.95

RGB Variations

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

Color information

#0B0D09 (or 0x0B0D09) is known color: Pine Tree. HEX triplet: 0B, 0D and 09. RGB value is (11,13,9). Sum of RGB (Red+Green+Blue) = 11+13+9=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D09 is #F4F2F6. Grayscale: #0B0B0B. Windows color (decimal): -16052983 or 593163. OLE color: 593163.

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

Color convert

RGB 11 13 9 -
CMYK 0.15 0 0.31 0.95
HSL 90º 0.18% 0.04% -
HSV(B) 90º 0.31% 0.05% -
XYZ 0.33 0.38 0.31 -
YUV 11.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 11 13 9 0.15 0 0.31 0.95 90 0.18 0.04
Hex B D 9 F 0 1F 5F 5A 12 4
Octal 13 15 11 17 0 37 137 132 22 4
Binary 1011 1101 1001 1111 0 11111 1011111 1011010 10010 100

Color Harmonies of #0B0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0D09

Black with #0B0D09

Text Example


Text Example

White with #0B0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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