#3F3B01

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

Shades of Madras #3F3B01

Tints of Madras #3F3B01

Color information

#3F3B01 (or 0x3F3B01) is unknown color: approx Madras. HEX triplet: 3F, 3B and 01. RGB value is (63,59,1). Sum of RGB (Red+Green+Blue) = 63+59+1=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B01 is #C0C4FE. Grayscale: #353535. Windows color (decimal): -12633343 or 80703. OLE color: 80703.

HSL color Cylindrical-coordinate representation of color #3F3B01: hue angle of 56.13º 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 #3F3B01 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB63591-
CMYK00.060.980.75
HSL56.13º96.88%12.55%-
HSV(B)56.13º98.41%24.71%-
XYZ3.624.190.65-
YUV53.5898.33134.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 59 (23.44% from 255) = 47.97%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=51.22%
G=47.97%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6359100.060.980.7556.1396.8812.55
Hex3F3B106624B3861d
Octal77731061421137014115
Binary111111111011101101100010100101111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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