Html Css Color HEX #331B34 Mardi Gras

📋 copy color: '#331B34'

red 51 ◦ green 27 ◦ blue 52

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

Shades of Mardi Gras #331B34

Tints of Mardi Gras #331B34

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 39.23%
G = 20.77%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#331B34 (or 0x331B34) is known color: Mardi Gras. HEX triplet: 33, 1B and 34. RGB value is (51,27,52). Sum of RGB (Red+Green+Blue) = 51+27+52=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 52 - color contains mainly: blue. Hex color #331B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B34 is #CCE4CB. Grayscale: #242424. Windows color (decimal): -13427916 or 3414835. OLE color: 3414835.

HSL color Cylindrical-coordinate representation of color #331B34: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #331B34 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 27 52 -
CMYK 0.02 0.48 0 0.80
HSL 297.6º 0.32% 0.15% -
HSV(B) 297.6º 0.48% 0.2% -
XYZ 2.38 1.74 3.46 -
YUV 37.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 51 27 52 0.02 0.48 0 0.80 297.6 0.32 0.15
Hex 33 1B 34 2 30 0 50 12A 20 F
Octal 63 33 64 2 60 0 120 452 40 17
Binary 110011 11011 110100 10 110000 0 1010000 100101010 100000 1111

Color Harmonies of #331B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B34

Black with #331B34

Text Example


Text Example

White with #331B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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