Html Css Color HEX #330737 Mardi Gras

📋 copy color: '#330737'

red 51 ◦ green 7 ◦ blue 55

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

Shades of Mardi Gras #330737

Tints of Mardi Gras #330737

RGB

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

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

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

R = 45.13%
G = 6.19%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330737 (or 0x330737) is known color: Mardi Gras. HEX triplet: 33, 07 and 37. RGB value is (51,7,55). Sum of RGB (Red+Green+Blue) = 51+7+55=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #330737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330737 is #CCF8C8. Grayscale: #191919. Windows color (decimal): -13433033 or 3606323. OLE color: 3606323.

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

Color convert

RGB 51 7 55 -
CMYK 0.07 0.87 0 0.78
HSL 295º 0.77% 0.12% -
HSV(B) 295º 0.87% 0.22% -
XYZ 2.13 1.13 3.72 -
YUV 25.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 51 7 55 0.07 0.87 0 0.78 295 0.77 0.12
Hex 33 7 37 7 57 0 4E 127 4D C
Octal 63 7 67 7 127 0 116 447 115 14
Binary 110011 111 110111 111 1010111 0 1001110 100100111 1001101 1100

Color Harmonies of #330737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330737

Black with #330737

Text Example


Text Example

White with #330737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330737; }

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

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

background-color css

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

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

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

border-color css

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

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

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