#3F371B

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

Shades of Mikado #3F371B

Tints of Mikado #3F371B

Color information

#3F371B (or 0x3F371B) is unknown color: approx Mikado. HEX triplet: 3F, 37 and 1B. RGB value is (63,55,27). Sum of RGB (Red+Green+Blue) = 63+55+27=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F371B is #C0C8E4. Grayscale: #363636. Windows color (decimal): -12634341 or 1783615. OLE color: 1783615.

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

Color convert

RGB635527-
CMYK00.130.570.75
HSL46.67º40%17.65%-
HSV(B)46.67º57.14%24.71%-
XYZ3.613.871.59-
YUV54.2112.65134.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=43.45%
G=37.93%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63552700.130.570.7546.674017.65
Hex3F371B0D394B2f2812
Octal77673301571113575022
Binary1111111101111101101101111001100101110111110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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