Html Css Color HEX #3F331F Mikado

📋 copy color: '#3F331F'

red 63 ◦ green 51 ◦ blue 31

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

Shades of Mikado #3F331F

Tints of Mikado #3F331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 43.45%
G = 35.17%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F331F (or 0x3F331F) is known color: Mikado. HEX triplet: 3F, 33 and 1F. RGB value is (63,51,31). Sum of RGB (Red+Green+Blue) = 63+51+31=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F331F is #C0CCE0. Grayscale: #343434. Windows color (decimal): -12635361 or 2044735. OLE color: 2044735.

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

Color convert

RGB 63 51 31 -
CMYK 0 0.19 0.51 0.75
HSL 37.5º 0.34% 0.18% -
HSV(B) 37.5º 0.51% 0.25% -
XYZ 3.48 3.52 1.79 -
YUV 52.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 63 51 31 0 0.19 0.51 0.75 37.5 0.34 0.18
Hex 3F 33 1F 0 13 33 4B 26 22 12
Octal 77 63 37 0 23 63 113 46 42 22
Binary 111111 110011 11111 0 10011 110011 1001011 100110 100010 10010

Color Harmonies of #3F331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F331F

Black with #3F331F

Text Example


Text Example

White with #3F331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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