Html Css Color HEX #0B1201 Pine Tree

📋 copy color: '#0B1201'

red 11 ◦ green 18 ◦ blue 1

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

Shades of Pine Tree #0B1201

Tints of Pine Tree #0B1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 60%

 BLUE value IS 1 (0.78% from 255) = 3.33%

R = 36.67%
G = 60%
B = 3.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#0B1201 (or 0x0B1201) is known color: Pine Tree. HEX triplet: 0B, 12 and 01. RGB value is (11,18,1). Sum of RGB (Red+Green+Blue) = 11+18+1=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1201 is #F4EDFE. Grayscale: #0E0E0E. Windows color (decimal): -16051711 or 70155. OLE color: 70155.

HSL color Cylindrical-coordinate representation of color #0B1201: hue angle of 84.71º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1201 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 18 1 -
CMYK 0.39 0 0.94 0.93
HSL 84.71º 0.89% 0.04% -
HSV(B) 84.71º 0.94% 0.07% -
XYZ 0.36 0.51 0.11 -
YUV 13.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 11 18 1 0.39 0 0.94 0.93 84.71 0.89 0.04
Hex B 12 1 27 0 5E 5D 55 59 4
Octal 13 22 1 47 0 136 135 125 131 4
Binary 1011 10010 1 100111 0 1011110 1011101 1010101 1011001 100

Color Harmonies of #0B1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1201

Black with #0B1201

Text Example


Text Example

White with #0B1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,1); }

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

background-color css

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

 a { background-color: rgb(11,18,1); }

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

border-color css

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

 span { border-color: rgb(11,18,1); }

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