#3F391C

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

Shades of Madras #3F391C

Tints of Madras #3F391C

Color information

#3F391C (or 0x3F391C) is unknown color: approx Madras. HEX triplet: 3F, 39 and 1C. RGB value is (63,57,28). Sum of RGB (Red+Green+Blue) = 63+57+28=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F391C is #C0C6E3. Grayscale: #373737. Windows color (decimal): -12633828 or 1849663. OLE color: 1849663.

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

Color convert

RGB635728-
CMYK00.100.560.75
HSL49.71º38.46%17.84%-
HSV(B)49.71º55.56%24.71%-
XYZ3.724.071.69-
YUV55.49112.49133.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=42.57%
G=38.51%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63572800.100.560.7549.7138.4617.84
Hex3F391C0A384B322612
Octal77713401270113624622
Binary1111111110011110001010111000100101111001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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