Html Css Color HEX #0B1401 Pine Tree

📋 copy color: '#0B1401'

red 11 ◦ green 20 ◦ blue 1

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

Shades of Pine Tree #0B1401

Tints of Pine Tree #0B1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 62.5%

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

R = 34.38%
G = 62.5%
B = 3.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#0B1401 (or 0x0B1401) is known color: Pine Tree. HEX triplet: 0B, 14 and 01. RGB value is (11,20,1). Sum of RGB (Red+Green+Blue) = 11+20+1=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #0B1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1401 is #F4EBFE. Grayscale: #0F0F0F. Windows color (decimal): -16051199 or 70667. OLE color: 70667.

HSL color Cylindrical-coordinate representation of color #0B1401: hue angle of 88.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B1401 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 20 1 -
CMYK 0.45 0 0.95 0.92
HSL 88.42º 0.9% 0.04% -
HSV(B) 88.42º 0.95% 0.08% -
XYZ 0.39 0.57 0.12 -
YUV 15.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 11 20 1 0.45 0 0.95 0.92 88.42 0.9 0.04
Hex B 14 1 2D 0 5F 5C 58 5A 4
Octal 13 24 1 55 0 137 134 130 132 4
Binary 1011 10100 1 101101 0 1011111 1011100 1011000 1011010 100

Color Harmonies of #0B1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1401

Black with #0B1401

Text Example


Text Example

White with #0B1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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