Html Css Color HEX #350733 Mardi Gras

📋 copy color: '#350733'

red 53 ◦ green 7 ◦ blue 51

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

Shades of Mardi Gras #350733

Tints of Mardi Gras #350733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

 BLUE value IS 51 (20.31% from 255) = 45.95%

R = 47.75%
G = 6.31%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#350733 (or 0x350733) is known color: Mardi Gras. HEX triplet: 35, 07 and 33. RGB value is (53,7,51). Sum of RGB (Red+Green+Blue) = 53+7+51=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350733 is #CAF8CC. Grayscale: #191919. Windows color (decimal): -13301965 or 3344181. OLE color: 3344181.

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

Color convert

RGB 53 7 51 -
CMYK 0 0.87 0.04 0.79
HSL 302.61º 0.77% 0.12% -
HSV(B) 302.61º 0.87% 0.21% -
XYZ 2.14 1.15 3.24 -
YUV 25.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 53 7 51 0 0.87 0.04 0.79 302.61 0.77 0.12
Hex 35 7 33 0 57 4 4F 12F 4D C
Octal 65 7 63 0 127 4 117 457 115 14
Binary 110101 111 110011 0 1010111 100 1001111 100101111 1001101 1100

Color Harmonies of #350733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350733

Black with #350733

Text Example


Text Example

White with #350733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350733; }

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

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

background-color css

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

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

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

border-color css

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

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

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