Html Css Color HEX #3F371B Mikado

📋 copy color: '#3F371B'

red 63 ◦ green 55 ◦ blue 27

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

Shades of Mikado #3F371B

Tints of Mikado #3F371B

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 value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F371B (or 0x3F371B) is known color: 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

RGB 63 55 27 -
CMYK 0 0.13 0.57 0.75
HSL 46.67º 0.4% 0.18% -
HSV(B) 46.67º 0.57% 0.25% -
XYZ 3.61 3.87 1.59 -
YUV 54.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 63 55 27 0 0.13 0.57 0.75 46.67 0.4 0.18
Hex 3F 37 1B 0 D 39 4B 2F 28 12
Octal 77 67 33 0 15 71 113 57 50 22
Binary 111111 110111 11011 0 1101 111001 1001011 101111 101000 10010

Color Harmonies of #3F371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F371B

Black with #3F371B

Text Example


Text Example

White with #3F371B

Text Example


Text Example

HTML Codes & Css Web 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>