#01310B

Color #01310B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #01310B

Tints of Deep Fir #01310B

Color information

#01310B (or 0x01310B) is unknown color: approx 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

RGB14911-
CMYK0.9800.780.81
HSL132.5º96%9.8%-
HSV(B)132.5º97.96%19.22%-
XYZ1.172.230.68-
YUV30.32117.1107.09-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149110.9800.780.81132.5969.8
Hex131B6204E518460a
Octal16113142011612120414012
Binary1110001101111000100100111010100011000010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>