Html Css Color HEX #352333 Mardi Gras

📋 copy color: '#352333'

red 53 ◦ green 35 ◦ blue 51

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

Shades of Mardi Gras #352333

Tints of Mardi Gras #352333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

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

R = 38.13%
G = 25.18%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#352333 (or 0x352333) is known color: Mardi Gras. HEX triplet: 35, 23 and 33. RGB value is (53,35,51). Sum of RGB (Red+Green+Blue) = 53+35+51=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352333 is #CADCCC. Grayscale: #2A2A2A. Windows color (decimal): -13294797 or 3351349. OLE color: 3351349.

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

Color convert

RGB 53 35 51 -
CMYK 0 0.34 0.04 0.79
HSL 306.67º 0.2% 0.17% -
HSV(B) 306.67º 0.34% 0.21% -
XYZ 2.67 2.2 3.42 -
YUV 42.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 53 35 51 0 0.34 0.04 0.79 306.67 0.2 0.17
Hex 35 23 33 0 22 4 4F 133 14 11
Octal 65 43 63 0 42 4 117 463 24 21
Binary 110101 100011 110011 0 100010 100 1001111 100110011 10100 10001

Color Harmonies of #352333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352333

Black with #352333

Text Example


Text Example

White with #352333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352333; }

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

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

background-color css

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

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

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

border-color css

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

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

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