Html Css Color HEX #331136 Mardi Gras

📋 copy color: '#331136'

red 51 ◦ green 17 ◦ blue 54

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

Shades of Mardi Gras #331136

Tints of Mardi Gras #331136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 41.8%
G = 13.93%
B = 44.26%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#331136 (or 0x331136) is known color: Mardi Gras. HEX triplet: 33, 11 and 36. RGB value is (51,17,54). Sum of RGB (Red+Green+Blue) = 51+17+54=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #331136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331136 is #CCEEC9. Grayscale: #1F1F1F. Windows color (decimal): -13430474 or 3543347. OLE color: 3543347.

HSL color Cylindrical-coordinate representation of color #331136: hue angle of 295.14º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331136 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 17 54 -
CMYK 0.06 0.69 0 0.79
HSL 295.14º 0.52% 0.14% -
HSV(B) 295.14º 0.69% 0.21% -
XYZ 2.23 1.37 3.64 -
YUV 31.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 51 17 54 0.06 0.69 0 0.79 295.14 0.52 0.14
Hex 33 11 36 6 45 0 4F 127 34 E
Octal 63 21 66 6 105 0 117 447 64 16
Binary 110011 10001 110110 110 1000101 0 1001111 100100111 110100 1110

Color Harmonies of #331136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331136

Black with #331136

Text Example


Text Example

White with #331136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331136; }

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

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

background-color css

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

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

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

border-color css

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

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

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