#0A1103

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

Shades of Pine Tree #0A1103

Tints of Pine Tree #0A1103

Color information

#0A1103 (or 0x0A1103) is unknown color: approx Pine Tree. HEX triplet: 0A, 11 and 03. RGB value is (10,17,3). Sum of RGB (Red+Green+Blue) = 10+17+3=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1103 is #F5EEFC. Grayscale: #0D0D0D. Windows color (decimal): -16117501 or 200970. OLE color: 200970.

HSL color Cylindrical-coordinate representation of color #0A1103: hue angle of 90º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1103 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB10173-
CMYK0.4100.820.93
HSL90º70%3.92%-
HSV(B)90º82.35%6.67%-
XYZ0.340.470.16-
YUV13.31122.18125.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 56.67%
BLUE value IS 3 (1.56% from 255) = 10%
R=33.33%
G=56.67%
B=10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal101730.4100.820.9390703.92
HexA113290525D5a464
Octal122135101221351321064
Binary1010100011110100101010010101110110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,17,3); }

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

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

 a { background-color: rgb(10,17,3); }

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

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

 span { border-color: rgb(10,17,3); }

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