Html Css Color HEX #330C33 Mardi Gras

📋 copy color: '#330C33'

red 51 ◦ green 12 ◦ blue 51

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

Shades of Mardi Gras #330C33

Tints of Mardi Gras #330C33

RGB

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

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

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

R = 44.74%
G = 10.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#330C33 (or 0x330C33) is known color: Mardi Gras. HEX triplet: 33, 0C and 33. RGB value is (51,12,51). Sum of RGB (Red+Green+Blue) = 51+12+51=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C33 is #CCF3CC. Grayscale: #1B1B1B. Windows color (decimal): -13431757 or 3345459. OLE color: 3345459.

HSL color Cylindrical-coordinate representation of color #330C33: hue angle of 300º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C33 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 51 -
CMYK 0 0.76 0 0.8
HSL 300º 0.62% 0.12% -
HSV(B) 300º 0.76% 0.2% -
XYZ 2.09 1.21 3.25 -
YUV 28.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 51 12 51 0 0.76 0 0.8 300 0.62 0.12
Hex 33 C 33 0 4C 0 50 12C 3E C
Octal 63 14 63 0 114 0 120 454 76 14
Binary 110011 1100 110011 0 1001100 0 1010000 100101100 111110 1100

Color Harmonies of #330C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C33

Black with #330C33

Text Example


Text Example

White with #330C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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