#350237

Color #350237 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #350237

Tints of Mardi Gras #350237

Color information

#350237 (or 0x350237) is unknown color: approx Mardi Gras. HEX triplet: 35, 02 and 37. RGB value is (53,2,55). Sum of RGB (Red+Green+Blue) = 53+2+55=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #350237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350237 is #CAFDC8. Grayscale: #171717. Windows color (decimal): -13303241 or 3605045. OLE color: 3605045.

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

Color convert

RGB53255-
CMYK0.040.9600.78
HSL297.74º92.98%11.18%-
HSV(B)297.74º96.36%21.57%-
XYZ2.181.083.71-
YUV23.29145.9149.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 55 (21.88% from 255) = 50%
R=48.18%
G=1.82%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal532550.040.9600.78297.7492.9811.18
Hex3523746004E12a5db
Octal652674140011645213513
Binary1101011011011110011000000100111010010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350237; }

 p { color: rgb(53,2,55); }

 H1.HeaderClassName
 {
   color: #350237;
 }
 .AnyTagClassName
 {
   color: #350237;
 }
</style>
background-color css

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

 a { background-color: rgb(53,2,55); }

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

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

 span { border-color: rgb(53,2,55); }

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