#3F381B

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

Shades of Mikado #3F381B

Tints of Mikado #3F381B

Color information

#3F381B (or 0x3F381B) is unknown color: approx Mikado. HEX triplet: 3F, 38 and 1B. RGB value is (63,56,27). Sum of RGB (Red+Green+Blue) = 63+56+27=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381B is #C0C7E4. Grayscale: #363636. Windows color (decimal): -12634085 or 1783871. OLE color: 1783871.

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

Color convert

RGB635627-
CMYK00.110.570.75
HSL48.33º40%17.65%-
HSV(B)48.33º57.14%24.71%-
XYZ3.663.961.61-
YUV54.79112.32133.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=43.15%
G=38.36%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63562700.110.570.7548.334017.65
Hex3F381B0B394B302812
Octal77703301371113605022
Binary1111111110001101101011111001100101111000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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