Html Css Color HEX #330736 Mardi Gras

📋 copy color: '#330736'

red 51 ◦ green 7 ◦ blue 54

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

Shades of Mardi Gras #330736

Tints of Mardi Gras #330736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.25%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 45.54%
G = 6.25%
B = 48.21%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330736 (or 0x330736) is known color: Mardi Gras. HEX triplet: 33, 07 and 36. RGB value is (51,7,54). Sum of RGB (Red+Green+Blue) = 51+7+54=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #330736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330736 is #CCF8C9. Grayscale: #191919. Windows color (decimal): -13433034 or 3540787. OLE color: 3540787.

HSL color Cylindrical-coordinate representation of color #330736: hue angle of 296.17º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330736 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 7 54 -
CMYK 0.06 0.87 0 0.79
HSL 296.17º 0.77% 0.12% -
HSV(B) 296.17º 0.87% 0.21% -
XYZ 2.11 1.12 3.6 -
YUV 25.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 51 7 54 0.06 0.87 0 0.79 296.17 0.77 0.12
Hex 33 7 36 6 57 0 4F 128 4D C
Octal 63 7 66 6 127 0 117 450 115 14
Binary 110011 111 110110 110 1010111 0 1001111 100101000 1001101 1100

Color Harmonies of #330736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330736

Black with #330736

Text Example


Text Example

White with #330736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330736; }

 p { color: rgb(51,7,54); }

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

background-color css

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

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

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

border-color css

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

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

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