Html Css Color HEX #330337 Mardi Gras

📋 copy color: '#330337'

red 51 ◦ green 3 ◦ blue 55

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

Shades of Mardi Gras #330337

Tints of Mardi Gras #330337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

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

R = 46.79%
G = 2.75%
B = 50.46%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330337 (or 0x330337) is known color: Mardi Gras. HEX triplet: 33, 03 and 37. RGB value is (51,3,55). Sum of RGB (Red+Green+Blue) = 51+3+55=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #330337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330337 is #CCFCC8. Grayscale: #171717. Windows color (decimal): -13434057 or 3605299. OLE color: 3605299.

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

Color convert

RGB 51 3 55 -
CMYK 0.07 0.95 0 0.78
HSL 295.38º 0.9% 0.11% -
HSV(B) 295.38º 0.95% 0.22% -
XYZ 2.09 1.04 3.71 -
YUV 23.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 51 3 55 0.07 0.95 0 0.78 295.38 0.9 0.11
Hex 33 3 37 7 5F 0 4E 127 5A B
Octal 63 3 67 7 137 0 116 447 132 13
Binary 110011 11 110111 111 1011111 0 1001110 100100111 1011010 1011

Color Harmonies of #330337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330337

Black with #330337

Text Example


Text Example

White with #330337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330337; }

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

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

background-color css

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

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

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

border-color css

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

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

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