#351B38

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

Shades of Mardi Gras #351B38

Tints of Mardi Gras #351B38

Color information

#351B38 (or 0x351B38) is unknown color: approx Mardi Gras. HEX triplet: 35, 1B and 38. RGB value is (53,27,56). Sum of RGB (Red+Green+Blue) = 53+27+56=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #351B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B38 is #CAE4C7. Grayscale: #252525. Windows color (decimal): -13296840 or 3676981. OLE color: 3676981.

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

Color convert

RGB532756-
CMYK0.050.5200.78
HSL293.79º34.94%16.27%-
HSV(B)293.79º51.79%21.96%-
XYZ2.571.833.96-
YUV38.08138.11138.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=38.97%
G=19.85%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5327560.050.5200.78293.7934.9416.27
Hex351B3853404E1262310
Octal65337056401164464320
Binary110101110111110001011101000100111010010011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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