Html Css Color HEX #312234 Mardi Gras

📋 copy color: '#312234'

red 49 ◦ green 34 ◦ blue 52

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

Shades of Mardi Gras #312234

Tints of Mardi Gras #312234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 36.3%
G = 25.19%
B = 38.52%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312234 (or 0x312234) is known color: Mardi Gras. HEX triplet: 31, 22 and 34. RGB value is (49,34,52). Sum of RGB (Red+Green+Blue) = 49+34+52=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #312234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312234 is #CEDDCB. Grayscale: #282828. Windows color (decimal): -13557196 or 3416625. OLE color: 3416625.

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

Color convert

RGB 49 34 52 -
CMYK 0.06 0.35 0 0.80
HSL 290º 0.21% 0.17% -
HSV(B) 290º 0.35% 0.2% -
XYZ 2.46 2.04 3.51 -
YUV 40.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 49 34 52 0.06 0.35 0 0.80 290 0.21 0.17
Hex 31 22 34 6 23 0 50 122 15 11
Octal 61 42 64 6 43 0 120 442 25 21
Binary 110001 100010 110100 110 100011 0 1010000 100100010 10101 10001

Color Harmonies of #312234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312234

Black with #312234

Text Example


Text Example

White with #312234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312234; }

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

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

background-color css

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

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

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

border-color css

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

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

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