#01390D

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

Shades of Deep Fir #01390D

Tints of Deep Fir #01390D

Color information

#01390D (or 0x01390D) is unknown color: approx Deep Fir. HEX triplet: 01, 39 and 0D. RGB value is (1,57,13). Sum of RGB (Red+Green+Blue) = 1+57+13=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 57 (22.66% from 255 or 80.28% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 57 - color contains mainly: green. Hex color #01390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01390D is #FEC6F2. Grayscale: #232323. Windows color (decimal): -16697075 or 866561. OLE color: 866561.

HSL color Cylindrical-coordinate representation of color #01390D: hue angle of 132.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01390D is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB15713-
CMYK0.9800.770.78
HSL132.86º96.55%11.37%-
HSV(B)132.86º98.25%22.35%-
XYZ1.552.960.87-
YUV35.24115.45103.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 57 (22.66% from 255) = 80.28%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=1.41%
G=80.28%
B=18.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157130.9800.770.78132.8696.5511.37
Hex139D6204D4E8561b
Octal17115142011511620514113
Binary1111001110111000100100110110011101000010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01390D; }

 p { color: rgb(1,57,13); }

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

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

 a { background-color: rgb(1,57,13); }

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

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

 span { border-color: rgb(1,57,13); }

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