Html Css Color HEX #01310C Deep Fir

📋 copy color: '#01310C'

red 1 ◦ green 49 ◦ blue 12

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

Shades of Deep Fir #01310C

Tints of Deep Fir #01310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.35%

R = 1.61%
G = 79.03%
B = 19.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#01310C (or 0x01310C) is known color: Deep Fir. HEX triplet: 01, 31 and 0C. RGB value is (1,49,12). Sum of RGB (Red+Green+Blue) = 1+49+12=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 49 (19.53% from 255 or 79.03% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 49 - color contains mainly: green. Hex color #01310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310C is #FECEF3. Grayscale: #1E1E1E. Windows color (decimal): -16699124 or 798977. OLE color: 798977.

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

Color convert

RGB 1 49 12 -
CMYK 0.98 0 0.76 0.81
HSL 133.75º 0.96% 0.1% -
HSV(B) 133.75º 0.98% 0.19% -
XYZ 1.18 2.23 0.72 -
YUV 30.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 1 49 12 0.98 0 0.76 0.81 133.75 0.96 0.1
Hex 1 31 C 62 0 4C 51 86 60 A
Octal 1 61 14 142 0 114 121 206 140 12
Binary 1 110001 1100 1100010 0 1001100 1010001 10000110 1100000 1010

Color Harmonies of #01310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01310C

Black with #01310C

Text Example


Text Example

White with #01310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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