Html Css Color HEX #332334 Mardi Gras

📋 copy color: '#332334'

red 51 ◦ green 35 ◦ blue 52

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

Shades of Mardi Gras #332334

Tints of Mardi Gras #332334

RGB

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

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

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

R = 36.96%
G = 25.36%
B = 37.68%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#332334 (or 0x332334) is known color: Mardi Gras. HEX triplet: 33, 23 and 34. RGB value is (51,35,52). Sum of RGB (Red+Green+Blue) = 51+35+52=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #332334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332334 is #CCDCCB. Grayscale: #292929. Windows color (decimal): -13425868 or 3416883. OLE color: 3416883.

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

Color convert

RGB 51 35 52 -
CMYK 0.02 0.33 0 0.80
HSL 296.47º 0.2% 0.17% -
HSV(B) 296.47º 0.33% 0.2% -
XYZ 2.59 2.15 3.53 -
YUV 41.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 51 35 52 0.02 0.33 0 0.80 296.47 0.2 0.17
Hex 33 23 34 2 21 0 50 128 14 11
Octal 63 43 64 2 41 0 120 450 24 21
Binary 110011 100011 110100 10 100001 0 1010000 100101000 10100 10001

Color Harmonies of #332334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332334

Black with #332334

Text Example


Text Example

White with #332334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332334; }

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

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

background-color css

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

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

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

border-color css

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

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

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