Html Css Color HEX #0B1003 Pine Tree

📋 copy color: '#0B1003'

red 11 ◦ green 16 ◦ blue 3

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

Shades of Pine Tree #0B1003

Tints of Pine Tree #0B1003

RGB

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

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

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

R = 36.67%
G = 53.33%
B = 10%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#0B1003 (or 0x0B1003) is known color: Pine Tree. HEX triplet: 0B, 10 and 03. RGB value is (11,16,3). Sum of RGB (Red+Green+Blue) = 11+16+3=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1003 is #F4EFFC. Grayscale: #0D0D0D. Windows color (decimal): -16052221 or 200715. OLE color: 200715.

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

Color convert

RGB 11 16 3 -
CMYK 0.31 0 0.81 0.94
HSL 83.08º 0.68% 0.04% -
HSV(B) 83.08º 0.81% 0.06% -
XYZ 0.34 0.45 0.15 -
YUV 13.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 11 16 3 0.31 0 0.81 0.94 83.08 0.68 0.04
Hex B 10 3 1F 0 51 5E 53 44 4
Octal 13 20 3 37 0 121 136 123 104 4
Binary 1011 10000 11 11111 0 1010001 1011110 1010011 1000100 100

Color Harmonies of #0B1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1003

Black with #0B1003

Text Example


Text Example

White with #0B1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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