Html Css Color HEX #312500 Maire

📋 copy color: '#312500'

red 49 ◦ green 37 ◦ blue 0

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

Shades of Maire #312500

Tints of Maire #312500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.98%
G = 43.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#312500 (or 0x312500) is known color: Maire. HEX triplet: 31, 25 and 00. RGB value is (49,37,0). Sum of RGB (Red+Green+Blue) = 49+37+0=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #312500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312500 is #CEDAFF. Grayscale: #242424. Windows color (decimal): -13556480 or 9521. OLE color: 9521.

HSL color Cylindrical-coordinate representation of color #312500: hue angle of 45.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #312500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 0 -
CMYK 0 0.24 1 0.81
HSL 45.31º 1% 0.1% -
HSV(B) 45.31º 1% 0.19% -
XYZ 1.93 1.98 0.28 -
YUV 36.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 49 37 0 0 0.24 1 0.81 45.31 1 0.1
Hex 31 25 0 0 18 64 51 2D 64 A
Octal 61 45 0 0 30 144 121 55 144 12
Binary 110001 100101 0 0 11000 1100100 1010001 101101 1100100 1010

Color Harmonies of #312500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312500

Black with #312500

Text Example


Text Example

White with #312500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312500; }

 p { color: rgb(49,37,0); }

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

background-color css

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

 a { background-color: rgb(49,37,0); }

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

border-color css

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

 span { border-color: rgb(49,37,0); }

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