#351439

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

Shades of Mardi Gras #351439

Tints of Mardi Gras #351439

Color information

#351439 (or 0x351439) is unknown color: approx Mardi Gras. HEX triplet: 35, 14 and 39. RGB value is (53,20,57). Sum of RGB (Red+Green+Blue) = 53+20+57=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #351439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351439 is #CAEBC6. Grayscale: #212121. Windows color (decimal): -13298631 or 3740725. OLE color: 3740725.

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

Color convert

RGB532057-
CMYK0.070.6500.78
HSL293.51º48.05%15.1%-
HSV(B)293.51º64.91%22.35%-
XYZ2.461.554.04-
YUV34.08140.93141.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=40.77%
G=15.38%
B=43.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5320570.070.6500.78293.5148.0515.1
Hex35143974104E12630f
Octal652471710101164466017
Binary110101101001110011111000001010011101001001101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351439; }

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

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

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

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

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

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

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

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