#351938

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

Shades of Mardi Gras #351938

Tints of Mardi Gras #351938

Color information

#351938 (or 0x351938) is unknown color: approx Mardi Gras. HEX triplet: 35, 19 and 38. RGB value is (53,25,56). Sum of RGB (Red+Green+Blue) = 53+25+56=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #351938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351938 is #CAE6C7. Grayscale: #242424. Windows color (decimal): -13297352 or 3676469. OLE color: 3676469.

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

Color convert

RGB532556-
CMYK0.050.5500.78
HSL294.19º38.27%15.88%-
HSV(B)294.19º55.36%21.96%-
XYZ2.531.743.94-
YUV36.91138.78139.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=39.55%
G=18.66%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5325560.050.5500.78294.1938.2715.88
Hex35193853704E1262610
Octal65317056701164464620
Binary110101110011110001011101110100111010010011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351938; }

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

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

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

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

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

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

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

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