Html Css Color HEX #312C18 Maire

📋 copy color: '#312C18'

red 49 ◦ green 44 ◦ blue 24

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

Shades of Maire #312C18

Tints of Maire #312C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.51%

R = 41.88%
G = 37.61%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#312C18 (or 0x312C18) is known color: Maire. HEX triplet: 31, 2C and 18. RGB value is (49,44,24). Sum of RGB (Red+Green+Blue) = 49+44+24=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C18 is #CED3E7. Grayscale: #2B2B2B. Windows color (decimal): -13554664 or 1584177. OLE color: 1584177.

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

Color convert

RGB 49 44 24 -
CMYK 0 0.10 0.51 0.81
HSL 48º 0.34% 0.14% -
HSV(B) 48º 0.51% 0.19% -
XYZ 2.33 2.52 1.23 -
YUV 43.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 49 44 24 0 0.10 0.51 0.81 48 0.34 0.14
Hex 31 2C 18 0 A 33 51 30 22 E
Octal 61 54 30 0 12 63 121 60 42 16
Binary 110001 101100 11000 0 1010 110011 1010001 110000 100010 1110

Color Harmonies of #312C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C18

Black with #312C18

Text Example


Text Example

White with #312C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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