Html Css Color HEX #330036 Mardi Gras

📋 copy color: '#330036'

red 51 ◦ green 0 ◦ blue 54

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

Shades of Mardi Gras #330036

Tints of Mardi Gras #330036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 48.57%
G = 0%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#330036 (or 0x330036) is known color: Mardi Gras. HEX triplet: 33, 00 and 36. RGB value is (51,0,54). Sum of RGB (Red+Green+Blue) = 51+0+54=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #330036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330036 is #CCFFC9. Grayscale: #151515. Windows color (decimal): -13434826 or 3538995. OLE color: 3538995.

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

Color convert

RGB 51 0 54 -
CMYK 0.06 1 0 0.79
HSL 296.67º 1% 0.11% -
HSV(B) 296.67º 1% 0.21% -
XYZ 2.03 0.97 3.57 -
YUV 21.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 51 0 54 0.06 1 0 0.79 296.67 1 0.11
Hex 33 0 36 6 64 0 4F 129 64 B
Octal 63 0 66 6 144 0 117 451 144 13
Binary 110011 0 110110 110 1100100 0 1001111 100101001 1100100 1011

Color Harmonies of #330036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330036

Black with #330036

Text Example


Text Example

White with #330036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330036; }

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

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

background-color css

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

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

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

border-color css

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

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

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