Html Css Color HEX #350439 Mardi Gras

📋 copy color: '#350439'

red 53 ◦ green 4 ◦ blue 57

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

Shades of Mardi Gras #350439

Tints of Mardi Gras #350439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50%

R = 46.49%
G = 3.51%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350439 (or 0x350439) is known color: Mardi Gras. HEX triplet: 35, 04 and 39. RGB value is (53,4,57). Sum of RGB (Red+Green+Blue) = 53+4+57=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #350439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350439 is #CAFBC6. Grayscale: #181818. Windows color (decimal): -13302727 or 3736629. OLE color: 3736629.

HSL color Cylindrical-coordinate representation of color #350439: hue angle of 295.47º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350439 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 4 57 -
CMYK 0.07 0.93 0 0.78
HSL 295.47º 0.87% 0.12% -
HSV(B) 295.47º 0.93% 0.22% -
XYZ 2.25 1.14 3.97 -
YUV 24.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 53 4 57 0.07 0.93 0 0.78 295.47 0.87 0.12
Hex 35 4 39 7 5D 0 4E 127 57 C
Octal 65 4 71 7 135 0 116 447 127 14
Binary 110101 100 111001 111 1011101 0 1001110 100100111 1010111 1100

Color Harmonies of #350439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350439

Black with #350439

Text Example


Text Example

White with #350439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350439; }

 p { color: rgb(53,4,57); }

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

background-color css

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

 a { background-color: rgb(53,4,57); }

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

border-color css

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

 span { border-color: rgb(53,4,57); }

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