Html Css Color HEX #352133 Mardi Gras

📋 copy color: '#352133'

red 53 ◦ green 33 ◦ blue 51

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

Shades of Mardi Gras #352133

Tints of Mardi Gras #352133

RGB

 RED value IS 53 (21.09% from 255) = 38.69%

 GREEN value IS 33 (13.28% from 255) = 24.09%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 38.69%
G = 24.09%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#352133 (or 0x352133) is known color: Mardi Gras. HEX triplet: 35, 21 and 33. RGB value is (53,33,51). Sum of RGB (Red+Green+Blue) = 53+33+51=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352133 is #CADECC. Grayscale: #282828. Windows color (decimal): -13295309 or 3350837. OLE color: 3350837.

HSL color Cylindrical-coordinate representation of color #352133: hue angle of 306º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352133 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 51 -
CMYK 0 0.38 0.04 0.79
HSL 306º 0.23% 0.17% -
HSV(B) 306º 0.38% 0.21% -
XYZ 2.61 2.08 3.4 -
YUV 41.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 53 33 51 0 0.38 0.04 0.79 306 0.23 0.17
Hex 35 21 33 0 26 4 4F 132 17 11
Octal 65 41 63 0 46 4 117 462 27 21
Binary 110101 100001 110011 0 100110 100 1001111 100110010 10111 10001

Color Harmonies of #352133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352133

Black with #352133

Text Example


Text Example

White with #352133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352133; }

 p { color: rgb(53,33,51); }

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

background-color css

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

 a { background-color: rgb(53,33,51); }

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

border-color css

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

 span { border-color: rgb(53,33,51); }

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