Html Css Color HEX #330C34 Mardi Gras

📋 copy color: '#330C34'

red 51 ◦ green 12 ◦ blue 52

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

Shades of Mardi Gras #330C34

Tints of Mardi Gras #330C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 44.35%
G = 10.43%
B = 45.22%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330C34 (or 0x330C34) is known color: Mardi Gras. HEX triplet: 33, 0C and 34. RGB value is (51,12,52). Sum of RGB (Red+Green+Blue) = 51+12+52=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #330C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C34 is #CCF3CB. Grayscale: #1C1C1C. Windows color (decimal): -13431756 or 3410995. OLE color: 3410995.

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

Color convert

RGB 51 12 52 -
CMYK 0.02 0.77 0 0.80
HSL 298.5º 0.63% 0.13% -
HSV(B) 298.5º 0.77% 0.2% -
XYZ 2.12 1.21 3.37 -
YUV 28.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 51 12 52 0.02 0.77 0 0.80 298.5 0.63 0.13
Hex 33 C 34 2 4D 0 50 12A 3E D
Octal 63 14 64 2 115 0 120 452 76 15
Binary 110011 1100 110100 10 1001101 0 1010000 100101010 111110 1101

Color Harmonies of #330C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C34

Black with #330C34

Text Example


Text Example

White with #330C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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