Html Css Color HEX #330E31 Mardi Gras

📋 copy color: '#330E31'

red 51 ◦ green 14 ◦ blue 49

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

Shades of Mardi Gras #330E31

Tints of Mardi Gras #330E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 42.98%

R = 44.74%
G = 12.28%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#330E31 (or 0x330E31) is known color: Mardi Gras. HEX triplet: 33, 0E and 31. RGB value is (51,14,49). Sum of RGB (Red+Green+Blue) = 51+14+49=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #330E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E31 is #CCF1CE. Grayscale: #1C1C1C. Windows color (decimal): -13431247 or 3214899. OLE color: 3214899.

HSL color Cylindrical-coordinate representation of color #330E31: hue angle of 303.24º degrees, saturation: 0.57, 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 #330E31 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 49 -
CMYK 0 0.73 0.04 0.8
HSL 303.24º 0.57% 0.13% -
HSV(B) 303.24º 0.73% 0.2% -
XYZ 2.08 1.24 3.04 -
YUV 29.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 51 14 49 0 0.73 0.04 0.8 303.24 0.57 0.13
Hex 33 E 31 0 49 4 50 12F 39 D
Octal 63 16 61 0 111 4 120 457 71 15
Binary 110011 1110 110001 0 1001001 100 1010000 100101111 111001 1101

Color Harmonies of #330E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E31

Black with #330E31

Text Example


Text Example

White with #330E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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