#351A38

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

Shades of Mardi Gras #351A38

Tints of Mardi Gras #351A38

Color information

#351A38 (or 0x351A38) is unknown color: approx Mardi Gras. HEX triplet: 35, 1A and 38. RGB value is (53,26,56). Sum of RGB (Red+Green+Blue) = 53+26+56=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #351A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A38 is #CAE5C7. Grayscale: #252525. Windows color (decimal): -13297096 or 3676725. OLE color: 3676725.

HSL color Cylindrical-coordinate representation of color #351A38: hue angle of 294º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #351A38 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB532656-
CMYK0.050.5400.78
HSL294º36.59%16.08%-
HSV(B)294º53.57%21.96%-
XYZ2.551.783.95-
YUV37.49138.45139.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=39.26%
G=19.26%
B=41.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5326560.050.5400.7829436.5916.08
Hex351A3853604E1262510
Octal65327056601164464520
Binary110101110101110001011101100100111010010011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A38; }

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

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

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

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

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

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

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

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