#1F030F

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

Shades of Rustic Red #1F030F

Tints of Rustic Red #1F030F

Color information

#1F030F (or 0x1F030F) is unknown color: approx Rustic Red. HEX triplet: 1F, 03 and 0F. RGB value is (31,3,15). Sum of RGB (Red+Green+Blue) = 31+3+15=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030F is #E0FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14744817 or 983839. OLE color: 983839.

HSL color Cylindrical-coordinate representation of color #1F030F: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F030F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB31315-
CMYK00.900.520.88
HSL334.29º82.35%6.67%-
HSV(B)334.29º90.32%12.16%-
XYZ0.680.390.49-
YUV12.74129.28141.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 63.27%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=63.27%
G=6.12%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3131500.900.520.88334.2982.356.67
Hex1F3F05A345814e527
Octal373170132641305161227
Binary111111111110101101011010010110001010011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F030F; }

 p { color: rgb(31,3,15); }

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

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

 a { background-color: rgb(31,3,15); }

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

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

 span { border-color: rgb(31,3,15); }

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