Html Css Color HEX #312434 Mardi Gras

📋 copy color: '#312434'

red 49 ◦ green 36 ◦ blue 52

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

Shades of Mardi Gras #312434

Tints of Mardi Gras #312434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 35.77%
G = 26.28%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312434 (or 0x312434) is known color: Mardi Gras. HEX triplet: 31, 24 and 34. RGB value is (49,36,52). Sum of RGB (Red+Green+Blue) = 49+36+52=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #312434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312434 is #CEDBCB. Grayscale: #292929. Windows color (decimal): -13556684 or 3417137. OLE color: 3417137.

HSL color Cylindrical-coordinate representation of color #312434: hue angle of 288.75º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312434 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 36 52 -
CMYK 0.06 0.31 0 0.80
HSL 288.75º 0.18% 0.17% -
HSV(B) 288.75º 0.31% 0.2% -
XYZ 2.52 2.16 3.53 -
YUV 41.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 49 36 52 0.06 0.31 0 0.80 288.75 0.18 0.17
Hex 31 24 34 6 1F 0 50 121 12 11
Octal 61 44 64 6 37 0 120 441 22 21
Binary 110001 100100 110100 110 11111 0 1010000 100100001 10010 10001

Color Harmonies of #312434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312434

Black with #312434

Text Example


Text Example

White with #312434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312434; }

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

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

background-color css

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

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

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

border-color css

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

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

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