#3f171e

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

Shades of Rustic Red #3F171E

Tints of Rustic Red #3F171E

Color information

#3F171E (or 0x3F171E) is unknown color: approx Rustic Red. HEX triplet: 3F, 17 and 1E. RGB value is (63,23,30). Sum of RGB (Red+Green+Blue) = 63+23+30=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F171E is #C0E8E1. Grayscale: #232323. Windows color (decimal): -12642530 or 1972031. OLE color: 1972031.

HSL color Cylindrical-coordinate representation of color #3F171E: hue angle of 349.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F171E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB632330-
CMYK00.630.520.75
HSL349.5º46.51%16.86%-
HSV(B)349.5º63.49%24.71%-
XYZ2.591.761.43-
YUV35.76124.75147.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=54.31%
G=19.83%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63233000.630.520.75349.546.5116.86
Hex3F171E03F344B15e2f11
Octal772736077641135365721
Binary11111110111111100111111110100100101110101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f171e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f171e; }

 p { color: rgb(63,23,30); }

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

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

 a { background-color: rgb(63,23,30); }

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

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

 span { border-color: rgb(63,23,30); }

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