Html Css Color HEX #0B1002 Pine Tree

📋 copy color: '#0B1002'

red 11 ◦ green 16 ◦ blue 2

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

Shades of Pine Tree #0B1002

Tints of Pine Tree #0B1002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.9%

R = 37.93%
G = 55.17%
B = 6.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0B1002 (or 0x0B1002) is known color: Pine Tree. HEX triplet: 0B, 10 and 02. RGB value is (11,16,2). Sum of RGB (Red+Green+Blue) = 11+16+2=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1002 is #F4EFFD. Grayscale: #0C0C0C. Windows color (decimal): -16052222 or 135179. OLE color: 135179.

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

Color convert

RGB 11 16 2 -
CMYK 0.31 0 0.87 0.94
HSL 81.43º 0.78% 0.04% -
HSV(B) 81.43º 0.88% 0.06% -
XYZ 0.33 0.45 0.13 -
YUV 12.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 11 16 2 0.31 0 0.87 0.94 81.43 0.78 0.04
Hex B 10 2 1F 0 57 5E 51 4E 4
Octal 13 20 2 37 0 127 136 121 116 4
Binary 1011 10000 10 11111 0 1010111 1011110 1010001 1001110 100

Color Harmonies of #0B1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1002

Black with #0B1002

Text Example


Text Example

White with #0B1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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