#3F391D

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

Shades of Madras #3F391D

Tints of Madras #3F391D

Color information

#3F391D (or 0x3F391D) is unknown color: approx Madras. HEX triplet: 3F, 39 and 1D. RGB value is (63,57,29). Sum of RGB (Red+Green+Blue) = 63+57+29=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F391D is #C0C6E2. Grayscale: #373737. Windows color (decimal): -12633827 or 1915199. OLE color: 1915199.

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

Color convert

RGB635729-
CMYK00.100.540.75
HSL49.41º36.96%18.04%-
HSV(B)49.41º53.97%24.71%-
XYZ3.734.071.75-
YUV55.6112.99133.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=42.28%
G=38.26%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63572900.100.540.7549.4136.9618.04
Hex3F391D0A364B312512
Octal77713501266113614522
Binary1111111110011110101010110110100101111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,29); }

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

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

 a { background-color: rgb(63,57,29); }

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

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

 span { border-color: rgb(63,57,29); }

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