#013209

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

Shades of Deep Fir #013209

Tints of Deep Fir #013209

Color information

#013209 (or 0x013209) is unknown color: approx Deep Fir. HEX triplet: 01, 32 and 09. RGB value is (1,50,9). Sum of RGB (Red+Green+Blue) = 1+50+9=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #013209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013209 is #FECDF6. Grayscale: #1E1E1E. Windows color (decimal): -16698871 or 602625. OLE color: 602625.

HSL color Cylindrical-coordinate representation of color #013209: hue angle of 129.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013209 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB1509-
CMYK0.9800.820.80
HSL129.8º96.08%10%-
HSV(B)129.8º98%19.61%-
XYZ1.22.310.64-
YUV30.67115.77106.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 50 (19.92% from 255) = 83.33%
BLUE value IS 9 (3.91% from 255) = 15%
R=1.67%
G=83.33%
B=15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15090.9800.820.80129.896.0810
Hex132962052508260a
Octal16211142012212020214012
Binary1110010100111000100101001010100001000001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013209; }

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

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

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

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

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

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

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

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