#350A2E

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

Shades of Mardi Gras #350A2E

Tints of Mardi Gras #350A2E

Color information

#350A2E (or 0x350A2E) is unknown color: approx Mardi Gras. HEX triplet: 35, 0A and 2E. RGB value is (53,10,46). Sum of RGB (Red+Green+Blue) = 53+10+46=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A2E is #CAF5D1. Grayscale: #1A1A1A. Windows color (decimal): -13301202 or 3017269. OLE color: 3017269.

HSL color Cylindrical-coordinate representation of color #350A2E: hue angle of 309.77º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A2E is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB531046-
CMYK00.810.130.79
HSL309.77º68.25%12.35%-
HSV(B)309.77º81.13%20.78%-
XYZ2.071.172.7-
YUV26.96138.75146.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=48.62%
G=9.17%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53104600.810.130.79309.7768.2512.35
Hex35A2E051D4F13644c
Octal65125601211511746610414
Binary1101011010101110010100011101100111110011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A2E; }

 p { color: rgb(53,10,46); }

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

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

 a { background-color: rgb(53,10,46); }

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

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

 span { border-color: rgb(53,10,46); }

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