Html Css Color HEX #330035 Mardi Gras

📋 copy color: '#330035'

red 51 ◦ green 0 ◦ blue 53

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

Shades of Mardi Gras #330035

Tints of Mardi Gras #330035

RGB

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

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

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

R = 49.04%
G = 0%
B = 50.96%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330035 (or 0x330035) is known color: Mardi Gras. HEX triplet: 33, 00 and 35. RGB value is (51,0,53). Sum of RGB (Red+Green+Blue) = 51+0+53=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #330035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330035 is #CCFFCA. Grayscale: #151515. Windows color (decimal): -13434827 or 3473459. OLE color: 3473459.

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

Color convert

RGB 51 0 53 -
CMYK 0.04 1 0 0.79
HSL 297.74º 1% 0.1% -
HSV(B) 297.74º 1% 0.21% -
XYZ 2.01 0.96 3.45 -
YUV 21.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 51 0 53 0.04 1 0 0.79 297.74 1 0.1
Hex 33 0 35 4 64 0 4F 12A 64 A
Octal 63 0 65 4 144 0 117 452 144 12
Binary 110011 0 110101 100 1100100 0 1001111 100101010 1100100 1010

Color Harmonies of #330035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330035

Black with #330035

Text Example


Text Example

White with #330035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330035; }

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

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

background-color css

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

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

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

border-color css

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

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

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