Html Css Color HEX #3B311D Mikado

📋 copy color: '#3B311D'

red 59 ◦ green 49 ◦ blue 29

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

Shades of Mikado #3B311D

Tints of Mikado #3B311D

RGB

 RED value IS 59 (23.44% from 255) = 43.07%

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 43.07%
G = 35.77%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#3B311D (or 0x3B311D) is known color: Mikado. HEX triplet: 3B, 31 and 1D. RGB value is (59,49,29). Sum of RGB (Red+Green+Blue) = 59+49+29=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B311D is #C4CEE2. Grayscale: #313131. Windows color (decimal): -12898019 or 1913147. OLE color: 1913147.

HSL color Cylindrical-coordinate representation of color #3B311D: hue angle of 40º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B311D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 49 29 -
CMYK 0 0.17 0.51 0.77
HSL 40º 0.34% 0.17% -
HSV(B) 40º 0.51% 0.23% -
XYZ 3.12 3.22 1.62 -
YUV 49.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 59 49 29 0 0.17 0.51 0.77 40 0.34 0.17
Hex 3B 31 1D 0 11 33 4D 28 22 11
Octal 73 61 35 0 21 63 115 50 42 21
Binary 111011 110001 11101 0 10001 110011 1001101 101000 100010 10001

Color Harmonies of #3B311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B311D

Black with #3B311D

Text Example


Text Example

White with #3B311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,29); }

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

background-color css

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

 a { background-color: rgb(59,49,29); }

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

border-color css

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

 span { border-color: rgb(59,49,29); }

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