#31000F

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

Shades of Rustic Red #31000F

Tints of Rustic Red #31000F

Color information

#31000F (or 0x31000F) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 0F. RGB value is (49,0,15). Sum of RGB (Red+Green+Blue) = 49+0+15=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #31000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31000F is #CEFFF0. Grayscale: #101010. Windows color (decimal): -13565937 or 983089. OLE color: 983089.

HSL color Cylindrical-coordinate representation of color #31000F: hue angle of 341.63º 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 #31000F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB49015-
CMYK010.690.81
HSL341.63º100%9.61%-
HSV(B)341.63º100%19.22%-
XYZ1.350.690.51-
YUV16.36127.23151.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=76.56%
G=0%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49015010.690.81341.631009.61
Hex310F064455115664a
Octal61017014410512152614412
Binary11000101111011001001000101101000110101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31000F; }

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

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

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

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

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

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

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

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