Html Css Color HEX #0A1001 Pine Tree

📋 copy color: '#0A1001'

red 10 ◦ green 16 ◦ blue 1

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

Shades of Pine Tree #0A1001

Tints of Pine Tree #0A1001

RGB

 RED value IS 10 (4.3% from 255) = 37.04%

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

 BLUE value IS 1 (0.78% from 255) = 3.7%

R = 37.04%
G = 59.26%
B = 3.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#0A1001 (or 0x0A1001) is known color: Pine Tree. HEX triplet: 0A, 10 and 01. RGB value is (10,16,1). Sum of RGB (Red+Green+Blue) = 10+16+1=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #0A1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1001 is #F5EFFE. Grayscale: #0C0C0C. Windows color (decimal): -16117759 or 69642. OLE color: 69642.

HSL color Cylindrical-coordinate representation of color #0A1001: hue angle of 84º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1001 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB 10 16 1 -
CMYK 0.37 0 0.94 0.94
HSL 84º 0.88% 0.03% -
HSV(B) 84º 0.94% 0.06% -
XYZ 0.32 0.44 0.1 -
YUV 12.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 10 16 1 0.37 0 0.94 0.94 84 0.88 0.03
Hex A 10 1 25 0 5E 5E 54 58 3
Octal 12 20 1 45 0 136 136 124 130 3
Binary 1010 10000 1 100101 0 1011110 1011110 1010100 1011000 11

Color Harmonies of #0A1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1001

Black with #0A1001

Text Example


Text Example

White with #0A1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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