#351538

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

Shades of Mardi Gras #351538

Tints of Mardi Gras #351538

Color information

#351538 (or 0x351538) is unknown color: approx Mardi Gras. HEX triplet: 35, 15 and 38. RGB value is (53,21,56). Sum of RGB (Red+Green+Blue) = 53+21+56=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #351538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351538 is #CAEAC7. Grayscale: #222222. Windows color (decimal): -13298376 or 3675445. OLE color: 3675445.

HSL color Cylindrical-coordinate representation of color #351538: hue angle of 294.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351538 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB532156-
CMYK0.050.6300.78
HSL294.86º45.45%15.1%-
HSV(B)294.86º62.5%21.96%-
XYZ2.451.583.92-
YUV34.56140.1141.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=40.77%
G=16.15%
B=43.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5321560.050.6300.78294.8645.4515.1
Hex35153853F04E1272df
Octal65257057701164475517
Binary11010110101111000101111111010011101001001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351538; }

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

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

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

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

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

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

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

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