#0B1503

Color #0B1503 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0B1503

Tints of Pine Tree #0B1503

Color information

#0B1503 (or 0x0B1503) is unknown color: approx Pine Tree. HEX triplet: 0B, 15 and 03. RGB value is (11,21,3). Sum of RGB (Red+Green+Blue) = 11+21+3=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1503 is #F4EAFC. Grayscale: #101010. Windows color (decimal): -16050941 or 201995. OLE color: 201995.

HSL color Cylindrical-coordinate representation of color #0B1503: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1503 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB11213-
CMYK0.4800.860.92
HSL93.33º75%4.71%-
HSV(B)93.33º85.71%8.24%-
XYZ0.420.610.18-
YUV15.96120.69124.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 21 (8.59% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=31.43%
G=60%
B=8.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal112130.4800.860.9293.33754.71
HexB153300565C5d4b5
Octal132536001261341351135
Binary1011101011111000001010110101110010111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1503;
 }
 .AnyTagClassName
 {
   color: #0B1503;
 }
</style>
background-color css

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

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

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

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

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

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