#3F131B

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

Shades of Rustic Red #3F131B

Tints of Rustic Red #3F131B

Color information

#3F131B (or 0x3F131B) is unknown color: approx Rustic Red. HEX triplet: 3F, 13 and 1B. RGB value is (63,19,27). Sum of RGB (Red+Green+Blue) = 63+19+27=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131B is #C0ECE4. Grayscale: #212121. Windows color (decimal): -12643557 or 1774399. OLE color: 1774399.

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

Color convert

RGB631927-
CMYK00.700.570.75
HSL349.09º53.66%16.08%-
HSV(B)349.09º69.84%24.71%-
XYZ2.481.61.22-
YUV33.07124.58149.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.80%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=57.80%
G=17.43%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63192700.700.570.75349.0953.6616.08
Hex3F131B046394B15d3610
Octal7723330106711135356620
Binary111111100111101101000110111001100101110101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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