Html Css Color HEX #01310E Deep Fir

📋 copy color: '#01310E'

red 1 ◦ green 49 ◦ blue 14

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

Shades of Deep Fir #01310E

Tints of Deep Fir #01310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 76.56%

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

R = 1.56%
G = 76.56%
B = 21.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#01310E (or 0x01310E) is known color: Deep Fir. HEX triplet: 01, 31 and 0E. RGB value is (1,49,14). Sum of RGB (Red+Green+Blue) = 1+49+14=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #01310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310E is #FECEF1. Grayscale: #1E1E1E. Windows color (decimal): -16699122 or 930049. OLE color: 930049.

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

Color convert

RGB 1 49 14 -
CMYK 0.98 0 0.71 0.81
HSL 136.25º 0.96% 0.1% -
HSV(B) 136.25º 0.98% 0.19% -
XYZ 1.19 2.23 0.78 -
YUV 30.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 1 49 14 0.98 0 0.71 0.81 136.25 0.96 0.1
Hex 1 31 E 62 0 47 51 88 60 A
Octal 1 61 16 142 0 107 121 210 140 12
Binary 1 110001 1110 1100010 0 1000111 1010001 10001000 1100000 1010

Color Harmonies of #01310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01310E

Black with #01310E

Text Example


Text Example

White with #01310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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