#310307

Color #310307 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #310307

Tints of Rustic Red #310307

Color information

#310307 (or 0x310307) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 07. RGB value is (49,3,7). Sum of RGB (Red+Green+Blue) = 49+3+7=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310307 is #CEFCF8. Grayscale: #111111. Windows color (decimal): -13565177 or 459569. OLE color: 459569.

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

Color convert

RGB4937-
CMYK00.940.860.81
HSL354.78º88.46%10.2%-
HSV(B)354.78º93.88%19.22%-
XYZ1.340.730.27-
YUV17.21122.24150.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 7 (3.12% from 255) = 11.86%
R=83.05%
G=5.08%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal493700.940.860.81354.7888.4610.2
Hex313705E565116358a
Octal6137013612612154313012
Binary11000111111010111101010110101000110110001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310307; }

 p { color: rgb(49,3,7); }

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

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

 a { background-color: rgb(49,3,7); }

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

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

 span { border-color: rgb(49,3,7); }

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