#3F331B

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

Shades of Mikado #3F331B

Tints of Mikado #3F331B

Color information

#3F331B (or 0x3F331B) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 1B. RGB value is (63,51,27). Sum of RGB (Red+Green+Blue) = 63+51+27=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F331B is #C0CCE4. Grayscale: #333333. Windows color (decimal): -12635365 or 1782591. OLE color: 1782591.

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

Color convert

RGB635127-
CMYK00.190.570.75
HSL40º40%17.65%-
HSV(B)40º57.14%24.71%-
XYZ3.433.51.53-
YUV51.85113.98135.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=44.68%
G=36.17%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63512700.190.570.75404017.65
Hex3F331B013394B282812
Octal77633302371113505022
Binary11111111001111011010011111001100101110100010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,27); }

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

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

 a { background-color: rgb(63,51,27); }

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

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

 span { border-color: rgb(63,51,27); }

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