#1F020F

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

Shades of Rustic Red #1F020F

Tints of Rustic Red #1F020F

Color information

#1F020F (or 0x1F020F) is unknown color: approx Rustic Red. HEX triplet: 1F, 02 and 0F. RGB value is (31,2,15). Sum of RGB (Red+Green+Blue) = 31+2+15=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F020F is #E0FDF0. Grayscale: #0C0C0C. Windows color (decimal): -14745073 or 983583. OLE color: 983583.

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

Color convert

RGB31215-
CMYK00.940.520.88
HSL333.1º87.88%6.47%-
HSV(B)333.1º93.55%12.16%-
XYZ0.670.370.49-
YUV12.15129.61141.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=64.58%
G=4.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121500.940.520.88333.187.886.47
Hex1F2F05E345814d586
Octal372170136641305151306
Binary111111011110101111011010010110001010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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