Html Css Color HEX #332534 Mardi Gras

📋 copy color: '#332534'

red 51 ◦ green 37 ◦ blue 52

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

Shades of Mardi Gras #332534

Tints of Mardi Gras #332534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 36.43%
G = 26.43%
B = 37.14%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#332534 (or 0x332534) is known color: Mardi Gras. HEX triplet: 33, 25 and 34. RGB value is (51,37,52). Sum of RGB (Red+Green+Blue) = 51+37+52=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #332534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332534 is #CCDACB. Grayscale: #2A2A2A. Windows color (decimal): -13425356 or 3417395. OLE color: 3417395.

HSL color Cylindrical-coordinate representation of color #332534: hue angle of 296º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #332534 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 37 52 -
CMYK 0.02 0.29 0 0.80
HSL 296º 0.17% 0.17% -
HSV(B) 296º 0.29% 0.2% -
XYZ 2.65 2.27 3.55 -
YUV 42.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 51 37 52 0.02 0.29 0 0.80 296 0.17 0.17
Hex 33 25 34 2 1D 0 50 128 11 11
Octal 63 45 64 2 35 0 120 450 21 21
Binary 110011 100101 110100 10 11101 0 1010000 100101000 10001 10001

Color Harmonies of #332534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332534

Black with #332534

Text Example


Text Example

White with #332534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332534; }

 p { color: rgb(51,37,52); }

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

background-color css

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

 a { background-color: rgb(51,37,52); }

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

border-color css

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

 span { border-color: rgb(51,37,52); }

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