Html Css Color HEX #310B30 Mardi Gras

📋 copy color: '#310B30'

red 49 ◦ green 11 ◦ blue 48

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

Shades of Mardi Gras #310B30

Tints of Mardi Gras #310B30

RGB

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

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

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

R = 45.37%
G = 10.19%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#310B30 (or 0x310B30) is known color: Mardi Gras. HEX triplet: 31, 0B and 30. RGB value is (49,11,48). Sum of RGB (Red+Green+Blue) = 49+11+48=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #310B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B30 is #CEF4CF. Grayscale: #1A1A1A. Windows color (decimal): -13563088 or 3148593. OLE color: 3148593.

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

Color convert

RGB 49 11 48 -
CMYK 0 0.78 0.02 0.81
HSL 301.58º 0.63% 0.12% -
HSV(B) 301.58º 0.78% 0.19% -
XYZ 1.92 1.11 2.91 -
YUV 26.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 49 11 48 0 0.78 0.02 0.81 301.58 0.63 0.12
Hex 31 B 30 0 4E 2 51 12E 3F C
Octal 61 13 60 0 116 2 121 456 77 14
Binary 110001 1011 110000 0 1001110 10 1010001 100101110 111111 1100

Color Harmonies of #310B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B30

Black with #310B30

Text Example


Text Example

White with #310B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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