Html Css Color HEX #0B1008 Pine Tree

📋 copy color: '#0B1008'

red 11 ◦ green 16 ◦ blue 8

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

Shades of Pine Tree #0B1008

Tints of Pine Tree #0B1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 22.86%

R = 31.43%
G = 45.71%
B = 22.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#0B1008 (or 0x0B1008) is known color: Pine Tree. HEX triplet: 0B, 10 and 08. RGB value is (11,16,8). Sum of RGB (Red+Green+Blue) = 11+16+8=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1008 is #F4EFF7. Grayscale: #0D0D0D. Windows color (decimal): -16052216 or 528395. OLE color: 528395.

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

Color convert

RGB 11 16 8 -
CMYK 0.31 0 0.50 0.94
HSL 97.5º 0.33% 0.05% -
HSV(B) 97.5º 0.5% 0.06% -
XYZ 0.37 0.46 0.3 -
YUV 13.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 11 16 8 0.31 0 0.50 0.94 97.5 0.33 0.05
Hex B 10 8 1F 0 32 5E 62 21 5
Octal 13 20 10 37 0 62 136 142 41 5
Binary 1011 10000 1000 11111 0 110010 1011110 1100010 100001 101

Color Harmonies of #0B1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1008

Black with #0B1008

Text Example


Text Example

White with #0B1008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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