#35043A

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

Shades of Mardi Gras #35043A

Tints of Mardi Gras #35043A

Color information

#35043A (or 0x35043A) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 3A. RGB value is (53,4,58). Sum of RGB (Red+Green+Blue) = 53+4+58=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #35043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35043A is #CAFBC5. Grayscale: #181818. Windows color (decimal): -13302726 or 3802165. OLE color: 3802165.

HSL color Cylindrical-coordinate representation of color #35043A: hue angle of 294.44º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35043A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB53458-
CMYK0.090.9300.77
HSL294.44º87.1%12.16%-
HSV(B)294.44º93.1%22.75%-
XYZ2.281.154.1-
YUV24.81146.73148.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=46.09%
G=3.48%
B=50.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal534580.090.9300.77294.4487.112.16
Hex3543A95D04D12657c
Octal6547211135011544612714
Binary110101100111010100110111010100110110010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35043A; }

 p { color: rgb(53,4,58); }

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

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

 a { background-color: rgb(53,4,58); }

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

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

 span { border-color: rgb(53,4,58); }

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