#01320D

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

Shades of Deep Fir #01320D

Tints of Deep Fir #01320D

Color information

#01320D (or 0x01320D) is unknown color: approx Deep Fir. HEX triplet: 01, 32 and 0D. RGB value is (1,50,13). Sum of RGB (Red+Green+Blue) = 1+50+13=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #01320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01320D is #FECDF2. Grayscale: #1F1F1F. Windows color (decimal): -16698867 or 864769. OLE color: 864769.

HSL color Cylindrical-coordinate representation of color #01320D: hue angle of 134.69º 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 #01320D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB15013-
CMYK0.9800.740.80
HSL134.69º96.08%10%-
HSV(B)134.69º98%19.61%-
XYZ1.232.320.76-
YUV31.13117.77106.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 50 (19.92% from 255) = 78.12%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=1.56%
G=78.12%
B=20.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal150130.9800.740.80134.6996.0810
Hex132D6204A508760a
Octal16215142011212020714012
Binary1110010110111000100100101010100001000011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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