Html Css Color HEX #0B1402 Pine Tree

📋 copy color: '#0B1402'

red 11 ◦ green 20 ◦ blue 2

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

Shades of Pine Tree #0B1402

Tints of Pine Tree #0B1402

RGB

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

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

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

R = 33.33%
G = 60.61%
B = 6.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#0B1402 (or 0x0B1402) is known color: Pine Tree. HEX triplet: 0B, 14 and 02. RGB value is (11,20,2). Sum of RGB (Red+Green+Blue) = 11+20+2=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #0B1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1402 is #F4EBFD. Grayscale: #0F0F0F. Windows color (decimal): -16051198 or 136203. OLE color: 136203.

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

Color convert

RGB 11 20 2 -
CMYK 0.45 0 0.90 0.92
HSL 90º 0.82% 0.04% -
HSV(B) 90º 0.9% 0.08% -
XYZ 0.4 0.58 0.15 -
YUV 15.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 11 20 2 0.45 0 0.90 0.92 90 0.82 0.04
Hex B 14 2 2D 0 5A 5C 5A 52 4
Octal 13 24 2 55 0 132 134 132 122 4
Binary 1011 10100 10 101101 0 1011010 1011100 1011010 1010010 100

Color Harmonies of #0B1402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1402

Black with #0B1402

Text Example


Text Example

White with #0B1402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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