Html Css Color HEX #0B1100 Pine Tree

📋 copy color: '#0B1100'

red 11 ◦ green 17 ◦ blue 0

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

Shades of Pine Tree #0B1100

Tints of Pine Tree #0B1100

RGB

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

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

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

R = 39.29%
G = 60.71%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#0B1100 (or 0x0B1100) is known color: Pine Tree. HEX triplet: 0B, 11 and 00. RGB value is (11,17,0). Sum of RGB (Red+Green+Blue) = 11+17+0=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1100 is #F4EEFF. Grayscale: #0D0D0D. Windows color (decimal): -16051968 or 4363. OLE color: 4363.

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

Color convert

RGB 11 17 0 -
CMYK 0.35 0 1 0.93
HSL 81.18º 1% 0.03% -
HSV(B) 81.18º 1% 0.07% -
XYZ 0.34 0.47 0.07 -
YUV 13.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 11 17 0 0.35 0 1 0.93 81.18 1 0.03
Hex B 11 0 23 0 64 5D 51 64 3
Octal 13 21 0 43 0 144 135 121 144 3
Binary 1011 10001 0 100011 0 1100100 1011101 1010001 1100100 11

Color Harmonies of #0B1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1100

Black with #0B1100

Text Example


Text Example

White with #0B1100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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