Html Css Color HEX #331138 Mardi Gras

📋 copy color: '#331138'

red 51 ◦ green 17 ◦ blue 56

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

Shades of Mardi Gras #331138

Tints of Mardi Gras #331138

RGB

 RED value IS 51 (20.31% from 255) = 41.13%

 GREEN value IS 17 (7.03% from 255) = 13.71%

 BLUE value IS 56 (22.27% from 255) = 45.16%

R = 41.13%
G = 13.71%
B = 45.16%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331138 (or 0x331138) is known color: Mardi Gras. HEX triplet: 33, 11 and 38. RGB value is (51,17,56). Sum of RGB (Red+Green+Blue) = 51+17+56=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #331138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331138 is #CCEEC7. Grayscale: #1F1F1F. Windows color (decimal): -13430472 or 3674419. OLE color: 3674419.

HSL color Cylindrical-coordinate representation of color #331138: hue angle of 292.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331138 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 17 56 -
CMYK 0.09 0.70 0 0.78
HSL 292.31º 0.53% 0.14% -
HSV(B) 292.31º 0.7% 0.22% -
XYZ 2.28 1.39 3.89 -
YUV 31.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 51 17 56 0.09 0.70 0 0.78 292.31 0.53 0.14
Hex 33 11 38 9 46 0 4E 124 35 E
Octal 63 21 70 11 106 0 116 444 65 16
Binary 110011 10001 111000 1001 1000110 0 1001110 100100100 110101 1110

Color Harmonies of #331138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331138

Black with #331138

Text Example


Text Example

White with #331138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331138; }

 p { color: rgb(51,17,56); }

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

background-color css

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

 a { background-color: rgb(51,17,56); }

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

border-color css

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

 span { border-color: rgb(51,17,56); }

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