Html Css Color HEX #332835 Mardi Gras

📋 copy color: '#332835'

red 51 ◦ green 40 ◦ blue 53

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

Shades of Mardi Gras #332835

Tints of Mardi Gras #332835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 35.42%
G = 27.78%
B = 36.81%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#332835 (or 0x332835) is known color: Mardi Gras. HEX triplet: 33, 28 and 35. RGB value is (51,40,53). Sum of RGB (Red+Green+Blue) = 51+40+53=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #332835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332835 is #CCD7CA. Grayscale: #2C2C2C. Windows color (decimal): -13424587 or 3483699. OLE color: 3483699.

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

Color convert

RGB 51 40 53 -
CMYK 0.04 0.25 0 0.79
HSL 290.77º 0.14% 0.18% -
HSV(B) 290.77º 0.25% 0.21% -
XYZ 2.77 2.48 3.7 -
YUV 44.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 51 40 53 0.04 0.25 0 0.79 290.77 0.14 0.18
Hex 33 28 35 4 19 0 4F 123 E 12
Octal 63 50 65 4 31 0 117 443 16 22
Binary 110011 101000 110101 100 11001 0 1001111 100100011 1110 10010

Color Harmonies of #332835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332835

Black with #332835

Text Example


Text Example

White with #332835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332835; }

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

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

background-color css

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

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

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

border-color css

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

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

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