Html Css Color HEX #312C17 Maire

📋 copy color: '#312C17'

red 49 ◦ green 44 ◦ blue 23

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

Shades of Maire #312C17

Tints of Maire #312C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 42.24%
G = 37.93%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312C17 (or 0x312C17) is known color: Maire. HEX triplet: 31, 2C and 17. RGB value is (49,44,23). Sum of RGB (Red+Green+Blue) = 49+44+23=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C17 is #CED3E8. Grayscale: #2B2B2B. Windows color (decimal): -13554665 or 1518641. OLE color: 1518641.

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

Color convert

RGB 49 44 23 -
CMYK 0 0.10 0.53 0.81
HSL 48.46º 0.36% 0.14% -
HSV(B) 48.46º 0.53% 0.19% -
XYZ 2.32 2.52 1.17 -
YUV 43.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 49 44 23 0 0.10 0.53 0.81 48.46 0.36 0.14
Hex 31 2C 17 0 A 35 51 30 24 E
Octal 61 54 27 0 12 65 121 60 44 16
Binary 110001 101100 10111 0 1010 110101 1010001 110000 100100 1110

Color Harmonies of #312C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C17

Black with #312C17

Text Example


Text Example

White with #312C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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