Html Css Color HEX #330434 Mardi Gras

📋 copy color: '#330434'

red 51 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #330434

Tints of Mardi Gras #330434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 47.66%
G = 3.74%
B = 48.6%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#330434 (or 0x330434) is known color: Mardi Gras. HEX triplet: 33, 04 and 34. RGB value is (51,4,52). Sum of RGB (Red+Green+Blue) = 51+4+52=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #330434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330434 is #CCFBCB. Grayscale: #171717. Windows color (decimal): -13433804 or 3408947. OLE color: 3408947.

HSL color Cylindrical-coordinate representation of color #330434: hue angle of 298.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330434 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 4 52 -
CMYK 0.02 0.92 0 0.80
HSL 298.75º 0.86% 0.11% -
HSV(B) 298.75º 0.92% 0.2% -
XYZ 2.03 1.04 3.34 -
YUV 23.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 51 4 52 0.02 0.92 0 0.80 298.75 0.86 0.11
Hex 33 4 34 2 5C 0 50 12B 56 B
Octal 63 4 64 2 134 0 120 453 126 13
Binary 110011 100 110100 10 1011100 0 1010000 100101011 1010110 1011

Color Harmonies of #330434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330434

Black with #330434

Text Example


Text Example

White with #330434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330434; }

 p { color: rgb(51,4,52); }

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

background-color css

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

 a { background-color: rgb(51,4,52); }

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

border-color css

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

 span { border-color: rgb(51,4,52); }

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