Html Css Color HEX #312430 Mardi Gras

📋 copy color: '#312430'

red 49 ◦ green 36 ◦ blue 48

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

Shades of Mardi Gras #312430

Tints of Mardi Gras #312430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.07%

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

R = 36.84%
G = 27.07%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312430 (or 0x312430) is known color: Mardi Gras. HEX triplet: 31, 24 and 30. RGB value is (49,36,48). Sum of RGB (Red+Green+Blue) = 49+36+48=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #312430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312430 is #CEDBCF. Grayscale: #292929. Windows color (decimal): -13556688 or 3154993. OLE color: 3154993.

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

Color convert

RGB 49 36 48 -
CMYK 0 0.27 0.02 0.81
HSL 304.62º 0.15% 0.17% -
HSV(B) 304.62º 0.27% 0.19% -
XYZ 2.43 2.13 3.08 -
YUV 41.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 49 36 48 0 0.27 0.02 0.81 304.62 0.15 0.17
Hex 31 24 30 0 1B 2 51 131 F 11
Octal 61 44 60 0 33 2 121 461 17 21
Binary 110001 100100 110000 0 11011 10 1010001 100110001 1111 10001

Color Harmonies of #312430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312430

Black with #312430

Text Example


Text Example

White with #312430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312430; }

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

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

background-color css

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

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

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

border-color css

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

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

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