Html Css Color HEX #310730 Mardi Gras

📋 copy color: '#310730'

red 49 ◦ green 7 ◦ blue 48

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

Shades of Mardi Gras #310730

Tints of Mardi Gras #310730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 47.12%
G = 6.73%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#310730 (or 0x310730) is known color: Mardi Gras. HEX triplet: 31, 07 and 30. RGB value is (49,7,48). Sum of RGB (Red+Green+Blue) = 49+7+48=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310730 is #CEF8CF. Grayscale: #181818. Windows color (decimal): -13564112 or 3147569. OLE color: 3147569.

HSL color Cylindrical-coordinate representation of color #310730: hue angle of 301.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310730 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 7 48 -
CMYK 0 0.86 0.02 0.81
HSL 301.43º 0.75% 0.11% -
HSV(B) 301.43º 0.86% 0.19% -
XYZ 1.88 1.02 2.89 -
YUV 24.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 49 7 48 0 0.86 0.02 0.81 301.43 0.75 0.11
Hex 31 7 30 0 56 2 51 12D 4B B
Octal 61 7 60 0 126 2 121 455 113 13
Binary 110001 111 110000 0 1010110 10 1010001 100101101 1001011 1011

Color Harmonies of #310730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310730

Black with #310730

Text Example


Text Example

White with #310730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310730; }

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

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

background-color css

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

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

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

border-color css

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

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

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