#3F1B1F

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

Shades of Rustic Red #3F1B1F

Tints of Rustic Red #3F1B1F

Color information

#3F1B1F (or 0x3F1B1F) is unknown color: approx Rustic Red. HEX triplet: 3F, 1B and 1F. RGB value is (63,27,31). Sum of RGB (Red+Green+Blue) = 63+27+31=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B1F is #C0E4E0. Grayscale: #262626. Windows color (decimal): -12641505 or 2038591. OLE color: 2038591.

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

Color convert

RGB632731-
CMYK00.570.510.75
HSL353.33º40%17.65%-
HSV(B)353.33º57.14%24.71%-
XYZ2.691.941.53-
YUV38.22123.93145.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=52.07%
G=22.31%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63273100.570.510.75353.334017.65
Hex3F1B1F039334B1612812
Octal773337071631135415022
Binary11111111011111110111001110011100101110110000110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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