#3F0117

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

Shades of Rustic Red #3F0117

Tints of Rustic Red #3F0117

Color information

#3F0117 (or 0x3F0117) is unknown color: approx Rustic Red. HEX triplet: 3F, 01 and 17. RGB value is (63,1,23). Sum of RGB (Red+Green+Blue) = 63+1+23=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0117 is #C0FEE8. Grayscale: #161616. Windows color (decimal): -12648169 or 1507647. OLE color: 1507647.

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

Color convert

RGB63123-
CMYK00.980.630.75
HSL338.71º96.88%12.55%-
HSV(B)338.71º98.41%24.71%-
XYZ2.221.140.91-
YUV22.05128.54157.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 72.41%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 23 (9.38% from 255) = 26.44%
R=72.41%
G=1.15%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6312300.980.630.75338.7196.8812.55
Hex3F1170623F4B15361d
Octal7712701427711352314115
Binary11111111011101100010111111100101110101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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