#3F331F

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

Shades of Mikado #3F331F

Tints of Mikado #3F331F

Color information

#3F331F (or 0x3F331F) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 1F. RGB value is (63,51,31). Sum of RGB (Red+Green+Blue) = 63+51+31=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F331F is #C0CCE0. Grayscale: #343434. Windows color (decimal): -12635361 or 2044735. OLE color: 2044735.

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

Color convert

RGB635131-
CMYK00.190.510.75
HSL37.5º34.04%18.43%-
HSV(B)37.5º50.79%24.71%-
XYZ3.483.521.79-
YUV52.31115.98135.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=43.45%
G=35.17%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63513100.190.510.7537.534.0418.43
Hex3F331F013334B262212
Octal77633702363113464222
Binary11111111001111111010011110011100101110011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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