#00310A

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

Shades of Deep Fir #00310A

Tints of Deep Fir #00310A

Color information

#00310A (or 0x00310A) is unknown color: approx Deep Fir. HEX triplet: 00, 31 and 0A. RGB value is (0,49,10). Sum of RGB (Red+Green+Blue) = 0+49+10=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 49 (19.53% from 255 or 83.05% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 49 - color contains mainly: green. Hex color #00310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00310A is #FFCEF5. Grayscale: #1E1E1E. Windows color (decimal): -16764662 or 667904. OLE color: 667904.

HSL color Cylindrical-coordinate representation of color #00310A: hue angle of 132.24º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00310A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB04910-
CMYK100.800.81
HSL132.24º100%9.61%-
HSV(B)132.24º100%19.22%-
XYZ1.152.220.65-
YUV29.9116.77106.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 83.05%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=0%
G=83.05%
B=16.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04910100.800.81132.241009.61
Hex031A64050518464a
Octal06112144012012120414412
Binary0110001101011001000101000010100011000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00310A; }

 p { color: rgb(0,49,10); }

 H1.HeaderClassName
 {
   color: #00310A;
 }
 .AnyTagClassName
 {
   color: #00310A;
 }
</style>
background-color css

<style>
 a { background-color: #00310A; }

 a { background-color: rgb(0,49,10); }

 div.DivClassName
 {
   background-color: #00310A;
 }
 .BgClassName
 {
   background-color: #00310A;
 }
</style>
border-color css

<style>
 span { border-color: #00310A; }

 span { border-color: rgb(0,49,10); }

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