Html Css Color HEX #312530 Mardi Gras

📋 copy color: '#312530'

red 49 ◦ green 37 ◦ blue 48

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

Shades of Mardi Gras #312530

Tints of Mardi Gras #312530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.82%

R = 36.57%
G = 27.61%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312530 (or 0x312530) is known color: Mardi Gras. HEX triplet: 31, 25 and 30. RGB value is (49,37,48). Sum of RGB (Red+Green+Blue) = 49+37+48=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312530 is #CEDACF. Grayscale: #292929. Windows color (decimal): -13556432 or 3155249. OLE color: 3155249.

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

Color convert

RGB 49 37 48 -
CMYK 0 0.24 0.02 0.81
HSL 305º 0.14% 0.17% -
HSV(B) 305º 0.24% 0.19% -
XYZ 2.46 2.19 3.09 -
YUV 41.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 49 37 48 0 0.24 0.02 0.81 305 0.14 0.17
Hex 31 25 30 0 18 2 51 131 E 11
Octal 61 45 60 0 30 2 121 461 16 21
Binary 110001 100101 110000 0 11000 10 1010001 100110001 1110 10001

Color Harmonies of #312530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312530

Black with #312530

Text Example


Text Example

White with #312530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312530; }

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

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

background-color css

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

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

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

border-color css

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

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

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