Html Css Color HEX #330638 Mardi Gras

📋 copy color: '#330638'

red 51 ◦ green 6 ◦ blue 56

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

Shades of Mardi Gras #330638

Tints of Mardi Gras #330638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

 BLUE value IS 56 (22.27% from 255) = 49.56%

R = 45.13%
G = 5.31%
B = 49.56%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330638 (or 0x330638) is known color: Mardi Gras. HEX triplet: 33, 06 and 38. RGB value is (51,6,56). Sum of RGB (Red+Green+Blue) = 51+6+56=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #330638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330638 is #CCF9C7. Grayscale: #191919. Windows color (decimal): -13433288 or 3671603. OLE color: 3671603.

HSL color Cylindrical-coordinate representation of color #330638: hue angle of 294º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330638 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 6 56 -
CMYK 0.09 0.89 0 0.78
HSL 294º 0.81% 0.12% -
HSV(B) 294º 0.89% 0.22% -
XYZ 2.14 1.12 3.84 -
YUV 25.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 51 6 56 0.09 0.89 0 0.78 294 0.81 0.12
Hex 33 6 38 9 59 0 4E 126 51 C
Octal 63 6 70 11 131 0 116 446 121 14
Binary 110011 110 111000 1001 1011001 0 1001110 100100110 1010001 1100

Color Harmonies of #330638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330638

Black with #330638

Text Example


Text Example

White with #330638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330638; }

 p { color: rgb(51,6,56); }

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

background-color css

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

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

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

border-color css

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

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

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