#013309

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

Shades of Deep Fir #013309

Tints of Deep Fir #013309

Color information

#013309 (or 0x013309) is unknown color: approx Deep Fir. HEX triplet: 01, 33 and 09. RGB value is (1,51,9). Sum of RGB (Red+Green+Blue) = 1+51+9=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 51 (20.31% from 255 or 83.61% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 51 - color contains mainly: green. Hex color #013309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013309 is #FECCF6. Grayscale: #1F1F1F. Windows color (decimal): -16698615 or 602881. OLE color: 602881.

HSL color Cylindrical-coordinate representation of color #013309: hue angle of 129.6º 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 #013309 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB1519-
CMYK0.9800.820.8
HSL129.6º96.15%10.2%-
HSV(B)129.6º98.04%20%-
XYZ1.252.390.65-
YUV31.26115.44106.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 51 (20.31% from 255) = 83.61%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=1.64%
G=83.61%
B=14.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal15190.9800.820.8129.696.1510.2
Hex133962052508260a
Octal16311142012212020214012
Binary1110011100111000100101001010100001000001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013309; }

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

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

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

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

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

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

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

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