Html Css Color HEX #01310D Deep Fir

📋 copy color: '#01310D'

red 1 ◦ green 49 ◦ blue 13

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

Shades of Deep Fir #01310D

Tints of Deep Fir #01310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 1.59%
G = 77.78%
B = 20.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#01310D (or 0x01310D) is known color: Deep Fir. HEX triplet: 01, 31 and 0D. RGB value is (1,49,13). Sum of RGB (Red+Green+Blue) = 1+49+13=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 49 (19.53% from 255 or 77.78% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 49 - color contains mainly: green. Hex color #01310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310D is #FECEF2. Grayscale: #1E1E1E. Windows color (decimal): -16699123 or 864513. OLE color: 864513.

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

Color convert

RGB 1 49 13 -
CMYK 0.98 0 0.73 0.81
HSL 135º 0.96% 0.1% -
HSV(B) 135º 0.98% 0.19% -
XYZ 1.18 2.23 0.75 -
YUV 30.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 1 49 13 0.98 0 0.73 0.81 135 0.96 0.1
Hex 1 31 D 62 0 49 51 87 60 A
Octal 1 61 15 142 0 111 121 207 140 12
Binary 1 110001 1101 1100010 0 1001001 1010001 10000111 1100000 1010

Color Harmonies of #01310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01310D

Black with #01310D

Text Example


Text Example

White with #01310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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