#350836

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

Shades of Mardi Gras #350836

Tints of Mardi Gras #350836

Color information

#350836 (or 0x350836) is unknown color: approx Mardi Gras. HEX triplet: 35, 08 and 36. RGB value is (53,8,54). Sum of RGB (Red+Green+Blue) = 53+8+54=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #350836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350836 is #CAF7C9. Grayscale: #1A1A1A. Windows color (decimal): -13301706 or 3541045. OLE color: 3541045.

HSL color Cylindrical-coordinate representation of color #350836: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350836 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB53854-
CMYK0.020.8500.79
HSL298.7º74.19%12.16%-
HSV(B)298.7º85.19%21.18%-
XYZ2.221.23.6-
YUV26.7143.41146.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=46.09%
G=6.96%
B=46.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538540.020.8500.79298.774.1912.16
Hex3583625504F12b4ac
Octal6510662125011745311214
Binary11010110001101101010101010100111110010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350836; }

 p { color: rgb(53,8,54); }

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

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

 a { background-color: rgb(53,8,54); }

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

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

 span { border-color: rgb(53,8,54); }

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