#3F381A

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

Shades of Madras #3F381A

Tints of Madras #3F381A

Color information

#3F381A (or 0x3F381A) is unknown color: approx Madras. HEX triplet: 3F, 38 and 1A. RGB value is (63,56,26). Sum of RGB (Red+Green+Blue) = 63+56+26=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381A is #C0C7E5. Grayscale: #363636. Windows color (decimal): -12634086 or 1718335. OLE color: 1718335.

HSL color Cylindrical-coordinate representation of color #3F381A: hue angle of 48.65º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F381A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB635626-
CMYK00.110.590.75
HSL48.65º41.57%17.45%-
HSV(B)48.65º58.73%24.71%-
XYZ3.653.961.55-
YUV54.67111.82133.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=43.45%
G=38.62%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63562600.110.590.7548.6541.5717.45
Hex3F381A0B3B4B312a11
Octal77703201373113615221
Binary1111111110001101001011111011100101111000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,26); }

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

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

 a { background-color: rgb(63,56,26); }

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

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

 span { border-color: rgb(63,56,26); }

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