#3F111B

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

Shades of Rustic Red #3F111B

Tints of Rustic Red #3F111B

Color information

#3F111B (or 0x3F111B) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 1B. RGB value is (63,17,27). Sum of RGB (Red+Green+Blue) = 63+17+27=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F111B is #C0EEE4. Grayscale: #1F1F1F. Windows color (decimal): -12644069 or 1773887. OLE color: 1773887.

HSL color Cylindrical-coordinate representation of color #3F111B: hue angle of 346.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F111B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB631727-
CMYK00.730.570.75
HSL346.96º57.5%15.69%-
HSV(B)346.96º73.02%24.71%-
XYZ2.451.541.2-
YUV31.89125.24150.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=58.88%
G=15.89%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63172700.730.570.75346.9657.515.69
Hex3F111B049394B15b3a10
Octal7721330111711135337220
Binary111111100011101101001001111001100101110101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,27); }

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

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

 a { background-color: rgb(63,17,27); }

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

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

 span { border-color: rgb(63,17,27); }

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