Html Css Color HEX #312334 Mardi Gras

📋 copy color: '#312334'

red 49 ◦ green 35 ◦ blue 52

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

Shades of Mardi Gras #312334

Tints of Mardi Gras #312334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 36.03%
G = 25.74%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312334 (or 0x312334) is known color: Mardi Gras. HEX triplet: 31, 23 and 34. RGB value is (49,35,52). Sum of RGB (Red+Green+Blue) = 49+35+52=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #312334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312334 is #CEDCCB. Grayscale: #292929. Windows color (decimal): -13556940 or 3416881. OLE color: 3416881.

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

Color convert

RGB 49 35 52 -
CMYK 0.06 0.33 0 0.80
HSL 289.41º 0.2% 0.17% -
HSV(B) 289.41º 0.33% 0.2% -
XYZ 2.49 2.1 3.52 -
YUV 41.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 49 35 52 0.06 0.33 0 0.80 289.41 0.2 0.17
Hex 31 23 34 6 21 0 50 121 14 11
Octal 61 43 64 6 41 0 120 441 24 21
Binary 110001 100011 110100 110 100001 0 1010000 100100001 10100 10001

Color Harmonies of #312334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312334

Black with #312334

Text Example


Text Example

White with #312334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312334; }

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

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

background-color css

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

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

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

border-color css

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

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

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