#351834

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

Shades of Mardi Gras #351834

Tints of Mardi Gras #351834

Color information

#351834 (or 0x351834) is unknown color: approx Mardi Gras. HEX triplet: 35, 18 and 34. RGB value is (53,24,52). Sum of RGB (Red+Green+Blue) = 53+24+52=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351834 is #CAE7CB. Grayscale: #232323. Windows color (decimal): -13297612 or 3414069. OLE color: 3414069.

HSL color Cylindrical-coordinate representation of color #351834: hue angle of 302.07º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351834 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB532452-
CMYK00.550.020.79
HSL302.07º37.66%15.1%-
HSV(B)302.07º54.72%20.78%-
XYZ2.411.663.44-
YUV35.86137.11140.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=41.09%
G=18.60%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53245200.550.020.79302.0737.6615.1
Hex35183403724F12e26f
Octal65306406721174564617
Binary1101011100011010001101111010011111001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351834; }

 p { color: rgb(53,24,52); }

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

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

 a { background-color: rgb(53,24,52); }

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

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

 span { border-color: rgb(53,24,52); }

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