#012709

Color #012709 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #012709

Tints of Deep Fir #012709

Color information

#012709 (or 0x012709) is unknown color: approx Deep Fir. HEX triplet: 01, 27 and 09. RGB value is (1,39,9). Sum of RGB (Red+Green+Blue) = 1+39+9=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 39 (15.62% from 255 or 79.59% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 39 - color contains mainly: green. Hex color #012709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012709 is #FED8F6. Grayscale: #181818. Windows color (decimal): -16701687 or 599809. OLE color: 599809.

HSL color Cylindrical-coordinate representation of color #012709: hue angle of 132.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012709 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB1399-
CMYK0.9700.770.85
HSL132.63º95%7.84%-
HSV(B)132.63º97.44%15.29%-
XYZ0.791.480.5-
YUV24.22119.41111.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 39 (15.62% from 255) = 79.59%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=2.04%
G=79.59%
B=18.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13990.9700.770.85132.63957.84
Hex12796104D55855f8
Octal14711141011512520513710
Binary1100111100111000010100110110101011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012709; }

 p { color: rgb(1,39,9); }

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

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

 a { background-color: rgb(1,39,9); }

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

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

 span { border-color: rgb(1,39,9); }

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