Html Css Color HEX #01390D Deep Fir

📋 copy color: '#01390D'

red 1 ◦ green 57 ◦ blue 13

#01390D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #01390D

Tints of Deep Fir #01390D

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 value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#01390D (or 0x01390D) is known color: 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

RGB 1 57 13 -
CMYK 0.98 0 0.77 0.78
HSL 132.86º 0.97% 0.11% -
HSV(B) 132.86º 0.98% 0.22% -
XYZ 1.55 2.96 0.87 -
YUV 35.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 1 57 13 0.98 0 0.77 0.78 132.86 0.97 0.11
Hex 1 39 D 62 0 4D 4E 85 61 B
Octal 1 71 15 142 0 115 116 205 141 13
Binary 1 111001 1101 1100010 0 1001101 1001110 10000101 1100001 1011

Color Harmonies of #01390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01390D

Black with #01390D

Text Example


Text Example

White with #01390D

Text Example


Text Example

HTML Codes & Css Web 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>