Html Css Color HEX #312C15 Maire

📋 copy color: '#312C15'

red 49 ◦ green 44 ◦ blue 21

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

Shades of Maire #312C15

Tints of Maire #312C15

RGB

 RED value IS 49 (19.53% from 255) = 42.98%

 GREEN value IS 44 (17.58% from 255) = 38.6%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 42.98%
G = 38.6%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#312C15 (or 0x312C15) is known color: Maire. HEX triplet: 31, 2C and 15. RGB value is (49,44,21). Sum of RGB (Red+Green+Blue) = 49+44+21=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C15 is #CED3EA. Grayscale: #2A2A2A. Windows color (decimal): -13554667 or 1387569. OLE color: 1387569.

HSL color Cylindrical-coordinate representation of color #312C15: hue angle of 49.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312C15 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 44 21 -
CMYK 0 0.10 0.57 0.81
HSL 49.29º 0.4% 0.14% -
HSV(B) 49.29º 0.57% 0.19% -
XYZ 2.3 2.51 1.07 -
YUV 42.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 49 44 21 0 0.10 0.57 0.81 49.29 0.4 0.14
Hex 31 2C 15 0 A 39 51 31 28 E
Octal 61 54 25 0 12 71 121 61 50 16
Binary 110001 101100 10101 0 1010 111001 1010001 110001 101000 1110

Color Harmonies of #312C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C15

Black with #312C15

Text Example


Text Example

White with #312C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312C15; }

 p { color: rgb(49,44,21); }

 H1.HeaderClassName
 {
   color: #312C15;
 }
 .AnyTagClassName
 {
   color: #312C15;
 }
</style>

background-color css

<style>
 a { background-color: #312C15; }

 a { background-color: rgb(49,44,21); }

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

border-color css

<style>
 span { border-color: #312C15; }

 span { border-color: rgb(49,44,21); }

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