#3F351B

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

Shades of Mikado #3F351B

Tints of Mikado #3F351B

Color information

#3F351B (or 0x3F351B) is unknown color: approx Mikado. HEX triplet: 3F, 35 and 1B. RGB value is (63,53,27). Sum of RGB (Red+Green+Blue) = 63+53+27=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F351B is #C0CAE4. Grayscale: #353535. Windows color (decimal): -12634853 or 1783103. OLE color: 1783103.

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

Color convert

RGB635327-
CMYK00.160.570.75
HSL43.33º40%17.65%-
HSV(B)43.33º57.14%24.71%-
XYZ3.523.681.56-
YUV53.03113.31135.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=44.06%
G=37.06%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63532700.160.570.7543.334017.65
Hex3F351B010394B2b2812
Octal77653302071113535022
Binary11111111010111011010000111001100101110101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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