Html Css Color HEX #0B1C03 Pine Tree

📋 copy color: '#0B1C03'

red 11 ◦ green 28 ◦ blue 3

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

Shades of Pine Tree #0B1C03

Tints of Pine Tree #0B1C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 66.67%

 BLUE value IS 3 (1.56% from 255) = 7.14%

R = 26.19%
G = 66.67%
B = 7.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#0B1C03 (or 0x0B1C03) is known color: Pine Tree. HEX triplet: 0B, 1C and 03. RGB value is (11,28,3). Sum of RGB (Red+Green+Blue) = 11+28+3=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C03 is #F4E3FC. Grayscale: #141414. Windows color (decimal): -16049149 or 203787. OLE color: 203787.

HSL color Cylindrical-coordinate representation of color #0B1C03: hue angle of 100.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1C03 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 28 3 -
CMYK 0.61 0 0.89 0.89
HSL 100.8º 0.81% 0.06% -
HSV(B) 100.8º 0.89% 0.11% -
XYZ 0.57 0.91 0.23 -
YUV 20.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 11 28 3 0.61 0 0.89 0.89 100.8 0.81 0.06
Hex B 1C 3 3D 0 59 59 65 51 6
Octal 13 34 3 75 0 131 131 145 121 6
Binary 1011 11100 11 111101 0 1011001 1011001 1100101 1010001 110

Color Harmonies of #0B1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C03

Black with #0B1C03

Text Example


Text Example

White with #0B1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,28,3); }

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

background-color css

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

 a { background-color: rgb(11,28,3); }

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

border-color css

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

 span { border-color: rgb(11,28,3); }

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