#013009

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

Shades of Deep Fir #013009

Tints of Deep Fir #013009

Color information

#013009 (or 0x013009) is unknown color: approx Deep Fir. HEX triplet: 01, 30 and 09. RGB value is (1,48,9). Sum of RGB (Red+Green+Blue) = 1+48+9=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #013009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013009 is #FECFF6. Grayscale: #1D1D1D. Windows color (decimal): -16699383 or 602113. OLE color: 602113.

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

Color convert

RGB1489-
CMYK0.9800.810.81
HSL130.21º95.92%9.61%-
HSV(B)130.21º97.92%18.82%-
XYZ1.122.140.61-
YUV29.5116.43107.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 48 (19.14% from 255) = 82.76%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=1.72%
G=82.76%
B=15.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14890.9800.810.81130.2195.929.61
Hex130962051518260a
Octal16011142012112120214012
Binary1110000100111000100101000110100011000001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013009; }

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

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

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

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

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

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

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

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