Html Css Color HEX #352738 Mardi Gras

📋 copy color: '#352738'

red 53 ◦ green 39 ◦ blue 56

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

Shades of Mardi Gras #352738

Tints of Mardi Gras #352738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 35.81%
G = 26.35%
B = 37.84%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352738 (or 0x352738) is known color: Mardi Gras. HEX triplet: 35, 27 and 38. RGB value is (53,39,56). Sum of RGB (Red+Green+Blue) = 53+39+56=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #352738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352738 is #CAD8C7. Grayscale: #2D2D2D. Windows color (decimal): -13293768 or 3680053. OLE color: 3680053.

HSL color Cylindrical-coordinate representation of color #352738: hue angle of 289.41º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352738 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 39 56 -
CMYK 0.05 0.30 0 0.78
HSL 289.41º 0.18% 0.19% -
HSV(B) 289.41º 0.3% 0.22% -
XYZ 2.91 2.49 4.07 -
YUV 45.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 53 39 56 0.05 0.30 0 0.78 289.41 0.18 0.19
Hex 35 27 38 5 1E 0 4E 121 12 13
Octal 65 47 70 5 36 0 116 441 22 23
Binary 110101 100111 111000 101 11110 0 1001110 100100001 10010 10011

Color Harmonies of #352738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352738

Black with #352738

Text Example


Text Example

White with #352738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352738; }

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

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

background-color css

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

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

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

border-color css

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

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

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