Html Css Color HEX #331236 Mardi Gras

📋 copy color: '#331236'

red 51 ◦ green 18 ◦ blue 54

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

Shades of Mardi Gras #331236

Tints of Mardi Gras #331236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 41.46%
G = 14.63%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#331236 (or 0x331236) is known color: Mardi Gras. HEX triplet: 33, 12 and 36. RGB value is (51,18,54). Sum of RGB (Red+Green+Blue) = 51+18+54=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #331236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331236 is #CCEDC9. Grayscale: #1F1F1F. Windows color (decimal): -13430218 or 3543603. OLE color: 3543603.

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

Color convert

RGB 51 18 54 -
CMYK 0.06 0.67 0 0.79
HSL 295º 0.5% 0.14% -
HSV(B) 295º 0.67% 0.21% -
XYZ 2.25 1.4 3.64 -
YUV 31.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 51 18 54 0.06 0.67 0 0.79 295 0.5 0.14
Hex 33 12 36 6 43 0 4F 127 32 E
Octal 63 22 66 6 103 0 117 447 62 16
Binary 110011 10010 110110 110 1000011 0 1001111 100100111 110010 1110

Color Harmonies of #331236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331236

Black with #331236

Text Example


Text Example

White with #331236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331236; }

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

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

background-color css

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

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

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

border-color css

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

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

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