Html Css Color HEX #310B32 Mardi Gras

📋 copy color: '#310B32'

red 49 ◦ green 11 ◦ blue 50

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

Shades of Mardi Gras #310B32

Tints of Mardi Gras #310B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

 BLUE value IS 50 (19.92% from 255) = 45.45%

R = 44.55%
G = 10%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#310B32 (or 0x310B32) is known color: Mardi Gras. HEX triplet: 31, 0B and 32. RGB value is (49,11,50). Sum of RGB (Red+Green+Blue) = 49+11+50=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #310B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B32 is #CEF4CD. Grayscale: #1A1A1A. Windows color (decimal): -13563086 or 3279665. OLE color: 3279665.

HSL color Cylindrical-coordinate representation of color #310B32: hue angle of 298.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B32 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 11 50 -
CMYK 0.02 0.78 0 0.80
HSL 298.46º 0.64% 0.12% -
HSV(B) 298.46º 0.78% 0.2% -
XYZ 1.96 1.12 3.13 -
YUV 26.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 49 11 50 0.02 0.78 0 0.80 298.46 0.64 0.12
Hex 31 B 32 2 4E 0 50 12A 40 C
Octal 61 13 62 2 116 0 120 452 100 14
Binary 110001 1011 110010 10 1001110 0 1010000 100101010 1000000 1100

Color Harmonies of #310B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B32

Black with #310B32

Text Example


Text Example

White with #310B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310B32; }

 p { color: rgb(49,11,50); }

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

background-color css

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

 a { background-color: rgb(49,11,50); }

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

border-color css

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

 span { border-color: rgb(49,11,50); }

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