Html Css Color HEX #3F351F Mikado

📋 copy color: '#3F351F'

red 63 ◦ green 53 ◦ blue 31

#3F351F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3F351F

Tints of Mikado #3F351F

RGB

 RED value IS 63 (25% from 255) = 42.86%

 GREEN value IS 53 (21.09% from 255) = 36.05%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 42.86%
G = 36.05%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F351F (or 0x3F351F) is known color: Mikado. HEX triplet: 3F, 35 and 1F. RGB value is (63,53,31). Sum of RGB (Red+Green+Blue) = 63+53+31=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F351F is #C0CAE0. Grayscale: #353535. Windows color (decimal): -12634849 or 2045247. OLE color: 2045247.

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

Color convert

RGB 63 53 31 -
CMYK 0 0.16 0.51 0.75
HSL 41.25º 0.34% 0.18% -
HSV(B) 41.25º 0.51% 0.25% -
XYZ 3.57 3.7 1.82 -
YUV 53.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 63 53 31 0 0.16 0.51 0.75 41.25 0.34 0.18
Hex 3F 35 1F 0 10 33 4B 29 22 12
Octal 77 65 37 0 20 63 113 51 42 22
Binary 111111 110101 11111 0 10000 110011 1001011 101001 100010 10010

Color Harmonies of #3F351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F351F

Black with #3F351F

Text Example


Text Example

White with #3F351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F351F;
 }
 .AnyTagClassName
 {
   color: #3F351F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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