Html Css Color HEX #331334 Mardi Gras

📋 copy color: '#331334'

red 51 ◦ green 19 ◦ blue 52

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

Shades of Mardi Gras #331334

Tints of Mardi Gras #331334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 52 (20.7% from 255) = 42.62%

R = 41.8%
G = 15.57%
B = 42.62%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#331334 (or 0x331334) is known color: Mardi Gras. HEX triplet: 33, 13 and 34. RGB value is (51,19,52). Sum of RGB (Red+Green+Blue) = 51+19+52=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #331334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331334 is #CCECCB. Grayscale: #202020. Windows color (decimal): -13429964 or 3412787. OLE color: 3412787.

HSL color Cylindrical-coordinate representation of color #331334: hue angle of 298.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331334 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 19 52 -
CMYK 0.02 0.63 0 0.80
HSL 298.18º 0.46% 0.14% -
HSV(B) 298.18º 0.63% 0.2% -
XYZ 2.22 1.42 3.41 -
YUV 32.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 51 19 52 0.02 0.63 0 0.80 298.18 0.46 0.14
Hex 33 13 34 2 3F 0 50 12A 2E E
Octal 63 23 64 2 77 0 120 452 56 16
Binary 110011 10011 110100 10 111111 0 1010000 100101010 101110 1110

Color Harmonies of #331334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331334

Black with #331334

Text Example


Text Example

White with #331334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331334; }

 p { color: rgb(51,19,52); }

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

background-color css

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

 a { background-color: rgb(51,19,52); }

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

border-color css

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

 span { border-color: rgb(51,19,52); }

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