Html Css Color HEX #330237 Mardi Gras

📋 copy color: '#330237'

red 51 ◦ green 2 ◦ blue 55

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

Shades of Mardi Gras #330237

Tints of Mardi Gras #330237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 47.22%
G = 1.85%
B = 50.93%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330237 (or 0x330237) is known color: Mardi Gras. HEX triplet: 33, 02 and 37. RGB value is (51,2,55). Sum of RGB (Red+Green+Blue) = 51+2+55=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #330237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330237 is #CCFDC8. Grayscale: #161616. Windows color (decimal): -13434313 or 3605043. OLE color: 3605043.

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

Color convert

RGB 51 2 55 -
CMYK 0.07 0.96 0 0.78
HSL 295.47º 0.93% 0.11% -
HSV(B) 295.47º 0.96% 0.22% -
XYZ 2.08 1.02 3.7 -
YUV 22.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 51 2 55 0.07 0.96 0 0.78 295.47 0.93 0.11
Hex 33 2 37 7 60 0 4E 127 5D B
Octal 63 2 67 7 140 0 116 447 135 13
Binary 110011 10 110111 111 1100000 0 1001110 100100111 1011101 1011

Color Harmonies of #330237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330237

Black with #330237

Text Example


Text Example

White with #330237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330237; }

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

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

background-color css

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

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

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

border-color css

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

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

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