#0A1101

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

Shades of Pine Tree #0A1101

Tints of Pine Tree #0A1101

Color information

#0A1101 (or 0x0A1101) is unknown color: approx Pine Tree. HEX triplet: 0A, 11 and 01. RGB value is (10,17,1). Sum of RGB (Red+Green+Blue) = 10+17+1=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1101 is #F5EEFE. Grayscale: #0D0D0D. Windows color (decimal): -16117503 or 69898. OLE color: 69898.

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

Color convert

RGB10171-
CMYK0.4100.940.93
HSL86.25º88.89%3.53%-
HSV(B)86.25º94.12%6.67%-
XYZ0.330.470.1-
YUV13.08121.18125.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=35.71%
G=60.71%
B=3.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal101710.4100.940.9386.2588.893.53
HexA1112905E5D56594
Octal122115101361351261314
Binary101010001110100101011110101110110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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