Html Css Color HEX #350330 Mardi Gras

📋 copy color: '#350330'

red 53 ◦ green 3 ◦ blue 48

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

Shades of Mardi Gras #350330

Tints of Mardi Gras #350330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 50.96%
G = 2.88%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350330 (or 0x350330) is known color: Mardi Gras. HEX triplet: 35, 03 and 30. RGB value is (53,3,48). Sum of RGB (Red+Green+Blue) = 53+3+48=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350330 is #CAFCCF. Grayscale: #161616. Windows color (decimal): -13302992 or 3146549. OLE color: 3146549.

HSL color Cylindrical-coordinate representation of color #350330: hue angle of 306º 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 #350330 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 48 -
CMYK 0 0.94 0.09 0.79
HSL 306º 0.89% 0.11% -
HSV(B) 306º 0.94% 0.21% -
XYZ 2.03 1.04 2.89 -
YUV 23.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 53 3 48 0 0.94 0.09 0.79 306 0.89 0.11
Hex 35 3 30 0 5E 9 4F 132 59 B
Octal 65 3 60 0 136 11 117 462 131 13
Binary 110101 11 110000 0 1011110 1001 1001111 100110010 1011001 1011

Color Harmonies of #350330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350330

Black with #350330

Text Example


Text Example

White with #350330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350330; }

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

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

background-color css

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

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

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

border-color css

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

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

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