Html Css Color HEX #330E34 Mardi Gras

📋 copy color: '#330E34'

red 51 ◦ green 14 ◦ blue 52

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

Shades of Mardi Gras #330E34

Tints of Mardi Gras #330E34

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.97%

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

R = 43.59%
G = 11.97%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330E34 (or 0x330E34) is known color: Mardi Gras. HEX triplet: 33, 0E and 34. RGB value is (51,14,52). Sum of RGB (Red+Green+Blue) = 51+14+52=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #330E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E34 is #CCF1CB. Grayscale: #1D1D1D. Windows color (decimal): -13431244 or 3411507. OLE color: 3411507.

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

Color convert

RGB 51 14 52 -
CMYK 0.02 0.73 0 0.80
HSL 298.42º 0.58% 0.13% -
HSV(B) 298.42º 0.73% 0.2% -
XYZ 2.14 1.27 3.38 -
YUV 29.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 51 14 52 0.02 0.73 0 0.80 298.42 0.58 0.13
Hex 33 E 34 2 49 0 50 12A 3A D
Octal 63 16 64 2 111 0 120 452 72 15
Binary 110011 1110 110100 10 1001001 0 1010000 100101010 111010 1101

Color Harmonies of #330E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E34

Black with #330E34

Text Example


Text Example

White with #330E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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