Html Css Color HEX #0A1401 Pine Tree

📋 copy color: '#0A1401'

red 10 ◦ green 20 ◦ blue 1

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

Shades of Pine Tree #0A1401

Tints of Pine Tree #0A1401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 64.52%

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

R = 32.26%
G = 64.52%
B = 3.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#0A1401 (or 0x0A1401) is known color: Pine Tree. HEX triplet: 0A, 14 and 01. RGB value is (10,20,1). Sum of RGB (Red+Green+Blue) = 10+20+1=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1401 is #F5EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16116735 or 70666. OLE color: 70666.

HSL color Cylindrical-coordinate representation of color #0A1401: hue angle of 91.58º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1401 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 1 -
CMYK 0.50 0 0.95 0.92
HSL 91.58º 0.9% 0.04% -
HSV(B) 91.58º 0.95% 0.08% -
XYZ 0.38 0.57 0.12 -
YUV 14.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 10 20 1 0.50 0 0.95 0.92 91.58 0.9 0.04
Hex A 14 1 32 0 5F 5C 5C 5A 4
Octal 12 24 1 62 0 137 134 134 132 4
Binary 1010 10100 1 110010 0 1011111 1011100 1011100 1011010 100

Color Harmonies of #0A1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1401

Black with #0A1401

Text Example


Text Example

White with #0A1401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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