#05310B

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

Shades of Deep Fir #05310B

Tints of Deep Fir #05310B

Color information

#05310B (or 0x05310B) is unknown color: approx Deep Fir. HEX triplet: 05, 31 and 0B. RGB value is (5,49,11). Sum of RGB (Red+Green+Blue) = 5+49+11=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #05310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310B is #FACEF4. Grayscale: #1F1F1F. Windows color (decimal): -16436981 or 733445. OLE color: 733445.

HSL color Cylindrical-coordinate representation of color #05310B: hue angle of 128.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05310B is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB54911-
CMYK0.9000.780.81
HSL128.18º81.48%10.59%-
HSV(B)128.18º89.8%19.22%-
XYZ1.222.250.69-
YUV31.51116.42109.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 49 (19.53% from 255) = 75.38%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=7.69%
G=75.38%
B=16.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549110.9000.780.81128.1881.4810.59
Hex531B5A04E518051b
Octal56113132011612120012113
Binary101110001101110110100100111010100011000000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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