Html Css Color HEX #310C30 Mardi Gras

📋 copy color: '#310C30'

red 49 ◦ green 12 ◦ blue 48

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

Shades of Mardi Gras #310C30

Tints of Mardi Gras #310C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 44.95%
G = 11.01%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#310C30 (or 0x310C30) is known color: Mardi Gras. HEX triplet: 31, 0C and 30. RGB value is (49,12,48). Sum of RGB (Red+Green+Blue) = 49+12+48=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #310C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C30 is #CEF3CF. Grayscale: #1B1B1B. Windows color (decimal): -13562832 or 3148849. OLE color: 3148849.

HSL color Cylindrical-coordinate representation of color #310C30: hue angle of 301.62º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C30 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 12 48 -
CMYK 0 0.76 0.02 0.81
HSL 301.62º 0.61% 0.12% -
HSV(B) 301.62º 0.76% 0.19% -
XYZ 1.93 1.13 2.91 -
YUV 27.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 49 12 48 0 0.76 0.02 0.81 301.62 0.61 0.12
Hex 31 C 30 0 4C 2 51 12E 3D C
Octal 61 14 60 0 114 2 121 456 75 14
Binary 110001 1100 110000 0 1001100 10 1010001 100101110 111101 1100

Color Harmonies of #310C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C30

Black with #310C30

Text Example


Text Example

White with #310C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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