Html Css Color HEX #330531 Mardi Gras

📋 copy color: '#330531'

red 51 ◦ green 5 ◦ blue 49

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

Shades of Mardi Gras #330531

Tints of Mardi Gras #330531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

 BLUE value IS 49 (19.53% from 255) = 46.67%

R = 48.57%
G = 4.76%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#330531 (or 0x330531) is known color: Mardi Gras. HEX triplet: 33, 05 and 31. RGB value is (51,5,49). Sum of RGB (Red+Green+Blue) = 51+5+49=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #330531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330531 is #CCFACE. Grayscale: #171717. Windows color (decimal): -13433551 or 3212595. OLE color: 3212595.

HSL color Cylindrical-coordinate representation of color #330531: hue angle of 302.61º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330531 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 49 -
CMYK 0 0.90 0.04 0.8
HSL 302.61º 0.82% 0.11% -
HSV(B) 302.61º 0.9% 0.2% -
XYZ 1.97 1.03 3 -
YUV 23.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 51 5 49 0 0.90 0.04 0.8 302.61 0.82 0.11
Hex 33 5 31 0 5A 4 50 12F 52 B
Octal 63 5 61 0 132 4 120 457 122 13
Binary 110011 101 110001 0 1011010 100 1010000 100101111 1010010 1011

Color Harmonies of #330531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330531

Black with #330531

Text Example


Text Example

White with #330531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330531; }

 p { color: rgb(51,5,49); }

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

background-color css

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

 a { background-color: rgb(51,5,49); }

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

border-color css

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

 span { border-color: rgb(51,5,49); }

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