Html Css Color HEX #310130 Mardi Gras

📋 copy color: '#310130'

red 49 ◦ green 1 ◦ blue 48

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

Shades of Mardi Gras #310130

Tints of Mardi Gras #310130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 50%
G = 1.02%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#310130 (or 0x310130) is known color: Mardi Gras. HEX triplet: 31, 01 and 30. RGB value is (49,1,48). Sum of RGB (Red+Green+Blue) = 49+1+48=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310130 is #CEFECF. Grayscale: #141414. Windows color (decimal): -13565648 or 3146033. OLE color: 3146033.

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

Color convert

RGB 49 1 48 -
CMYK 0 0.98 0.02 0.81
HSL 301.25º 0.96% 0.1% -
HSV(B) 301.25º 0.98% 0.19% -
XYZ 1.81 0.89 2.87 -
YUV 20.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 49 1 48 0 0.98 0.02 0.81 301.25 0.96 0.1
Hex 31 1 30 0 62 2 51 12D 60 A
Octal 61 1 60 0 142 2 121 455 140 12
Binary 110001 1 110000 0 1100010 10 1010001 100101101 1100000 1010

Color Harmonies of #310130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310130

Black with #310130

Text Example


Text Example

White with #310130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310130; }

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

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

background-color css

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

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

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

border-color css

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

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

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