Html Css Color HEX #3A311F Mikado

📋 copy color: '#3A311F'

red 58 ◦ green 49 ◦ blue 31

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

Shades of Mikado #3A311F

Tints of Mikado #3A311F

RGB

 RED value IS 58 (23.05% from 255) = 42.03%

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

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

R = 42.03%
G = 35.51%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#3A311F (or 0x3A311F) is known color: Mikado. HEX triplet: 3A, 31 and 1F. RGB value is (58,49,31). Sum of RGB (Red+Green+Blue) = 58+49+31=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A311F is #C5CEE0. Grayscale: #313131. Windows color (decimal): -12963553 or 2044218. OLE color: 2044218.

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

Color convert

RGB 58 49 31 -
CMYK 0 0.16 0.47 0.77
HSL 40º 0.3% 0.17% -
HSV(B) 40º 0.47% 0.23% -
XYZ 3.09 3.2 1.75 -
YUV 49.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 58 49 31 0 0.16 0.47 0.77 40 0.3 0.17
Hex 3A 31 1F 0 10 2F 4D 28 1E 11
Octal 72 61 37 0 20 57 115 50 36 21
Binary 111010 110001 11111 0 10000 101111 1001101 101000 11110 10001

Color Harmonies of #3A311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A311F

Black with #3A311F

Text Example


Text Example

White with #3A311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,49,31); }

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

background-color css

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

 a { background-color: rgb(58,49,31); }

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

border-color css

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

 span { border-color: rgb(58,49,31); }

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