#351738

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

Shades of Mardi Gras #351738

Tints of Mardi Gras #351738

Color information

#351738 (or 0x351738) is unknown color: approx Mardi Gras. HEX triplet: 35, 17 and 38. RGB value is (53,23,56). Sum of RGB (Red+Green+Blue) = 53+23+56=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #351738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351738 is #CAE8C7. Grayscale: #232323. Windows color (decimal): -13297864 or 3675957. OLE color: 3675957.

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

Color convert

RGB532356-
CMYK0.050.5900.78
HSL294.55º41.77%15.49%-
HSV(B)294.55º58.93%21.96%-
XYZ2.491.663.93-
YUV35.73139.44140.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=40.15%
G=17.42%
B=42.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5323560.050.5900.78294.5541.7715.49
Hex35173853B04E1272af
Octal65277057301164475217
Binary11010110111111000101111011010011101001001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351738; }

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

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

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

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

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

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

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

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