Html Css Color HEX #310A30 Mardi Gras

📋 copy color: '#310A30'

red 49 ◦ green 10 ◦ blue 48

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

Shades of Mardi Gras #310A30

Tints of Mardi Gras #310A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.35%

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

R = 45.79%
G = 9.35%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#310A30 (or 0x310A30) is known color: Mardi Gras. HEX triplet: 31, 0A and 30. RGB value is (49,10,48). Sum of RGB (Red+Green+Blue) = 49+10+48=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A30 is #CEF5CF. Grayscale: #191919. Windows color (decimal): -13563344 or 3148337. OLE color: 3148337.

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

Color convert

RGB 49 10 48 -
CMYK 0 0.80 0.02 0.81
HSL 301.54º 0.66% 0.12% -
HSV(B) 301.54º 0.8% 0.19% -
XYZ 1.91 1.08 2.9 -
YUV 25.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 49 10 48 0 0.80 0.02 0.81 301.54 0.66 0.12
Hex 31 A 30 0 50 2 51 12E 42 C
Octal 61 12 60 0 120 2 121 456 102 14
Binary 110001 1010 110000 0 1010000 10 1010001 100101110 1000010 1100

Color Harmonies of #310A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A30

Black with #310A30

Text Example


Text Example

White with #310A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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