Html Css Color HEX #0B0C09 Pine Tree

📋 copy color: '#0B0C09'

red 11 ◦ green 12 ◦ blue 9

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

Shades of Pine Tree #0B0C09

Tints of Pine Tree #0B0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 37.5%

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

R = 34.38%
G = 37.5%
B = 28.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#0B0C09 (or 0x0B0C09) is known color: Pine Tree. HEX triplet: 0B, 0C and 09. RGB value is (11,12,9). Sum of RGB (Red+Green+Blue) = 11+12+9=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 12 - color contains mainly: green. Hex color #0B0C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C09 is #F4F3F6. Grayscale: #0B0B0B. Windows color (decimal): -16053239 or 592907. OLE color: 592907.

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

Color convert

RGB 11 12 9 -
CMYK 0.08 0 0.25 0.95
HSL 80º 0.14% 0.04% -
HSV(B) 80º 0.25% 0.05% -
XYZ 0.32 0.35 0.31 -
YUV 11.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 11 12 9 0.08 0 0.25 0.95 80 0.14 0.04
Hex B C 9 8 0 19 5F 50 E 4
Octal 13 14 11 10 0 31 137 120 16 4
Binary 1011 1100 1001 1000 0 11001 1011111 1010000 1110 100

Color Harmonies of #0B0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0C09

Black with #0B0C09

Text Example


Text Example

White with #0B0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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