#351634

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

Shades of Mardi Gras #351634

Tints of Mardi Gras #351634

Color information

#351634 (or 0x351634) is unknown color: approx Mardi Gras. HEX triplet: 35, 16 and 34. RGB value is (53,22,52). Sum of RGB (Red+Green+Blue) = 53+22+52=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351634 is #CAE9CB. Grayscale: #222222. Windows color (decimal): -13298124 or 3413557. OLE color: 3413557.

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

Color convert

RGB532252-
CMYK00.580.020.79
HSL301.94º41.33%14.71%-
HSV(B)301.94º58.49%20.78%-
XYZ2.371.583.43-
YUV34.69137.77141.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=41.73%
G=17.32%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53225200.580.020.79301.9441.3314.71
Hex35163403A24F12e29f
Octal65266407221174565117
Binary1101011011011010001110101010011111001011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351634; }

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

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

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

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

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

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

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

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