Html Css Color HEX #0B1000 Pine Tree

📋 copy color: '#0B1000'

red 11 ◦ green 16 ◦ blue 0

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

Shades of Pine Tree #0B1000

Tints of Pine Tree #0B1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 59.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.74%
G = 59.26%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0B1000 (or 0x0B1000) is known color: Pine Tree. HEX triplet: 0B, 10 and 00. RGB value is (11,16,0). Sum of RGB (Red+Green+Blue) = 11+16+0=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1000 is #F4EFFF. Grayscale: #0C0C0C. Windows color (decimal): -16052224 or 4107. OLE color: 4107.

HSL color Cylindrical-coordinate representation of color #0B1000: hue angle of 78.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B1000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 16 0 -
CMYK 0.31 0 1 0.94
HSL 78.75º 1% 0.03% -
HSV(B) 78.75º 1% 0.06% -
XYZ 0.32 0.44 0.07 -
YUV 12.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 11 16 0 0.31 0 1 0.94 78.75 1 0.03
Hex B 10 0 1F 0 64 5E 4F 64 3
Octal 13 20 0 37 0 144 136 117 144 3
Binary 1011 10000 0 11111 0 1100100 1011110 1001111 1100100 11

Color Harmonies of #0B1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1000

Black with #0B1000

Text Example


Text Example

White with #0B1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,0); }

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

background-color css

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

 a { background-color: rgb(11,16,0); }

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

border-color css

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

 span { border-color: rgb(11,16,0); }

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