#350638

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

Shades of Mardi Gras #350638

Tints of Mardi Gras #350638

Color information

#350638 (or 0x350638) is unknown color: approx Mardi Gras. HEX triplet: 35, 06 and 38. RGB value is (53,6,56). Sum of RGB (Red+Green+Blue) = 53+6+56=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #350638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350638 is #CAF9C7. Grayscale: #191919. Windows color (decimal): -13302216 or 3671605. OLE color: 3671605.

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

Color convert

RGB53656-
CMYK0.050.8900.78
HSL296.4º80.65%12.16%-
HSV(B)296.4º89.29%21.96%-
XYZ2.251.173.85-
YUV25.75145.07147.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=46.09%
G=5.22%
B=48.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal536560.050.8900.78296.480.6512.16
Hex3563855904E12851c
Octal656705131011645012114
Binary11010111011100010110110010100111010010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350638; }

 p { color: rgb(53,6,56); }

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

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

 a { background-color: rgb(53,6,56); }

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

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

 span { border-color: rgb(53,6,56); }

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