Html Css Color HEX #01390E Deep Fir

📋 copy color: '#01390E'

red 1 ◦ green 57 ◦ blue 14

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

Shades of Deep Fir #01390E

Tints of Deep Fir #01390E

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 57 (22.66% from 255) = 79.17%

 BLUE value IS 14 (5.86% from 255) = 19.44%

R = 1.39%
G = 79.17%
B = 19.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#01390E (or 0x01390E) is known color: Deep Fir. HEX triplet: 01, 39 and 0E. RGB value is (1,57,14). Sum of RGB (Red+Green+Blue) = 1+57+14=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 57 (22.66% from 255 or 79.17% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 57 - color contains mainly: green. Hex color #01390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01390E is #FEC6F1. Grayscale: #232323. Windows color (decimal): -16697074 or 932097. OLE color: 932097.

HSL color Cylindrical-coordinate representation of color #01390E: hue angle of 133.93º 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 #01390E is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 14 -
CMYK 0.98 0 0.75 0.78
HSL 133.93º 0.97% 0.11% -
HSV(B) 133.93º 0.98% 0.22% -
XYZ 1.55 2.96 0.91 -
YUV 35.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 1 57 14 0.98 0 0.75 0.78 133.93 0.97 0.11
Hex 1 39 E 62 0 4B 4E 86 61 B
Octal 1 71 16 142 0 113 116 206 141 13
Binary 1 111001 1110 1100010 0 1001011 1001110 10000110 1100001 1011

Color Harmonies of #01390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01390E

Black with #01390E

Text Example


Text Example

White with #01390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01390E;
 }
 .AnyTagClassName
 {
   color: #01390E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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