Html Css Color HEX #0B1106 Pine Tree

📋 copy color: '#0B1106'

red 11 ◦ green 17 ◦ blue 6

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

Shades of Pine Tree #0B1106

Tints of Pine Tree #0B1106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 50%

 BLUE value IS 6 (2.73% from 255) = 17.65%

R = 32.35%
G = 50%
B = 17.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#0B1106 (or 0x0B1106) is known color: Pine Tree. HEX triplet: 0B, 11 and 06. RGB value is (11,17,6). Sum of RGB (Red+Green+Blue) = 11+17+6=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1106 is #F4EEF9. Grayscale: #0D0D0D. Windows color (decimal): -16051962 or 397579. OLE color: 397579.

HSL color Cylindrical-coordinate representation of color #0B1106: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1106 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 17 6 -
CMYK 0.35 0 0.65 0.93
HSL 92.73º 0.48% 0.05% -
HSV(B) 92.73º 0.65% 0.07% -
XYZ 0.37 0.49 0.25 -
YUV 13.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 11 17 6 0.35 0 0.65 0.93 92.73 0.48 0.05
Hex B 11 6 23 0 41 5D 5D 30 5
Octal 13 21 6 43 0 101 135 135 60 5
Binary 1011 10001 110 100011 0 1000001 1011101 1011101 110000 101

Color Harmonies of #0B1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1106

Black with #0B1106

Text Example


Text Example

White with #0B1106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,17,6); }

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

background-color css

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

 a { background-color: rgb(11,17,6); }

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

border-color css

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

 span { border-color: rgb(11,17,6); }

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