Html Css Color HEX #330037 Mardi Gras

📋 copy color: '#330037'

red 51 ◦ green 0 ◦ blue 55

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

Shades of Mardi Gras #330037

Tints of Mardi Gras #330037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 51.89%

R = 48.11%
G = 0%
B = 51.89%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330037 (or 0x330037) is known color: Mardi Gras. HEX triplet: 33, 00 and 37. RGB value is (51,0,55). Sum of RGB (Red+Green+Blue) = 51+0+55=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #330037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330037 is #CCFFC8. Grayscale: #151515. Windows color (decimal): -13434825 or 3604531. OLE color: 3604531.

HSL color Cylindrical-coordinate representation of color #330037: hue angle of 295.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330037 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 0 55 -
CMYK 0.07 1 0 0.78
HSL 295.64º 1% 0.11% -
HSV(B) 295.64º 1% 0.22% -
XYZ 2.05 0.98 3.7 -
YUV 21.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 51 0 55 0.07 1 0 0.78 295.64 1 0.11
Hex 33 0 37 7 64 0 4E 128 64 B
Octal 63 0 67 7 144 0 116 450 144 13
Binary 110011 0 110111 111 1100100 0 1001110 100101000 1100100 1011

Color Harmonies of #330037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330037

Black with #330037

Text Example


Text Example

White with #330037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330037; }

 p { color: rgb(51,0,55); }

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

background-color css

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

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

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

border-color css

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

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

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