#351E38

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

Shades of Mardi Gras #351E38

Tints of Mardi Gras #351E38

Color information

#351E38 (or 0x351E38) is unknown color: approx Mardi Gras. HEX triplet: 35, 1E and 38. RGB value is (53,30,56). Sum of RGB (Red+Green+Blue) = 53+30+56=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #351E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E38 is #CAE1C7. Grayscale: #272727. Windows color (decimal): -13296072 or 3677749. OLE color: 3677749.

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

Color convert

RGB533056-
CMYK0.050.4600.78
HSL293.08º30.23%16.86%-
HSV(B)293.08º46.43%21.96%-
XYZ2.651.973.98-
YUV39.84137.12137.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=38.13%
G=21.58%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5330560.050.4600.78293.0830.2316.86
Hex351E3852E04E1251e11
Octal65367055601164453621
Binary11010111110111000101101110010011101001001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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