Html Css Color HEX #330335 Mardi Gras

📋 copy color: '#330335'

red 51 ◦ green 3 ◦ blue 53

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

Shades of Mardi Gras #330335

Tints of Mardi Gras #330335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 47.66%
G = 2.8%
B = 49.53%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330335 (or 0x330335) is known color: Mardi Gras. HEX triplet: 33, 03 and 35. RGB value is (51,3,53). Sum of RGB (Red+Green+Blue) = 51+3+53=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #330335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330335 is #CCFCCA. Grayscale: #161616. Windows color (decimal): -13434059 or 3474227. OLE color: 3474227.

HSL color Cylindrical-coordinate representation of color #330335: hue angle of 297.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330335 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 3 53 -
CMYK 0.04 0.94 0 0.79
HSL 297.6º 0.89% 0.11% -
HSV(B) 297.6º 0.94% 0.21% -
XYZ 2.04 1.03 3.46 -
YUV 23.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 51 3 53 0.04 0.94 0 0.79 297.6 0.89 0.11
Hex 33 3 35 4 5E 0 4F 12A 59 B
Octal 63 3 65 4 136 0 117 452 131 13
Binary 110011 11 110101 100 1011110 0 1001111 100101010 1011001 1011

Color Harmonies of #330335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330335

Black with #330335

Text Example


Text Example

White with #330335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330335; }

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

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

background-color css

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

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

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

border-color css

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

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

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