Html Css Color HEX #331C38 Mardi Gras

📋 copy color: '#331C38'

red 51 ◦ green 28 ◦ blue 56

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

Shades of Mardi Gras #331C38

Tints of Mardi Gras #331C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 37.78%
G = 20.74%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331C38 (or 0x331C38) is known color: Mardi Gras. HEX triplet: 33, 1C and 38. RGB value is (51,28,56). Sum of RGB (Red+Green+Blue) = 51+28+56=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #331C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C38 is #CCE3C7. Grayscale: #252525. Windows color (decimal): -13427656 or 3677235. OLE color: 3677235.

HSL color Cylindrical-coordinate representation of color #331C38: hue angle of 289.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #331C38 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 28 56 -
CMYK 0.09 0.50 0 0.78
HSL 289.29º 0.33% 0.16% -
HSV(B) 289.29º 0.5% 0.22% -
XYZ 2.49 1.82 3.96 -
YUV 38.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 51 28 56 0.09 0.50 0 0.78 289.29 0.33 0.16
Hex 33 1C 38 9 32 0 4E 121 21 10
Octal 63 34 70 11 62 0 116 441 41 20
Binary 110011 11100 111000 1001 110010 0 1001110 100100001 100001 10000

Color Harmonies of #331C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C38

Black with #331C38

Text Example


Text Example

White with #331C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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