Html Css Color HEX #01310B Deep Fir

📋 copy color: '#01310B'

red 1 ◦ green 49 ◦ blue 11

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

Shades of Deep Fir #01310B

Tints of Deep Fir #01310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 18.03%

R = 1.64%
G = 80.33%
B = 18.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#01310B (or 0x01310B) is known color: Deep Fir. HEX triplet: 01, 31 and 0B. RGB value is (1,49,11). Sum of RGB (Red+Green+Blue) = 1+49+11=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #01310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310B is #FECEF4. Grayscale: #1E1E1E. Windows color (decimal): -16699125 or 733441. OLE color: 733441.

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

Color convert

RGB 1 49 11 -
CMYK 0.98 0 0.78 0.81
HSL 132.5º 0.96% 0.1% -
HSV(B) 132.5º 0.98% 0.19% -
XYZ 1.17 2.23 0.68 -
YUV 30.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 1 49 11 0.98 0 0.78 0.81 132.5 0.96 0.1
Hex 1 31 B 62 0 4E 51 84 60 A
Octal 1 61 13 142 0 116 121 204 140 12
Binary 1 110001 1011 1100010 0 1001110 1010001 10000100 1100000 1010

Color Harmonies of #01310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01310B

Black with #01310B

Text Example


Text Example

White with #01310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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