Html Css Color HEX #352038 Mardi Gras

📋 copy color: '#352038'

red 53 ◦ green 32 ◦ blue 56

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

Shades of Mardi Gras #352038

Tints of Mardi Gras #352038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 37.59%
G = 22.7%
B = 39.72%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352038 (or 0x352038) is known color: Mardi Gras. HEX triplet: 35, 20 and 38. RGB value is (53,32,56). Sum of RGB (Red+Green+Blue) = 53+32+56=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #352038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352038 is #CADFC7. Grayscale: #282828. Windows color (decimal): -13295560 or 3678261. OLE color: 3678261.

HSL color Cylindrical-coordinate representation of color #352038: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #352038 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 32 56 -
CMYK 0.05 0.43 0 0.78
HSL 292.5º 0.27% 0.17% -
HSV(B) 292.5º 0.43% 0.22% -
XYZ 2.7 2.08 4 -
YUV 41.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 53 32 56 0.05 0.43 0 0.78 292.5 0.27 0.17
Hex 35 20 38 5 2B 0 4E 124 1B 11
Octal 65 40 70 5 53 0 116 444 33 21
Binary 110101 100000 111000 101 101011 0 1001110 100100100 11011 10001

Color Harmonies of #352038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352038

Black with #352038

Text Example


Text Example

White with #352038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352038; }

 p { color: rgb(53,32,56); }

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

background-color css

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

 a { background-color: rgb(53,32,56); }

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

border-color css

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

 span { border-color: rgb(53,32,56); }

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