#35093A

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

Shades of Mardi Gras #35093A

Tints of Mardi Gras #35093A

Color information

#35093A (or 0x35093A) is unknown color: approx Mardi Gras. HEX triplet: 35, 09 and 3A. RGB value is (53,9,58). Sum of RGB (Red+Green+Blue) = 53+9+58=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #35093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35093A is #CAF6C5. Grayscale: #1B1B1B. Windows color (decimal): -13301446 or 3803445. OLE color: 3803445.

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

Color convert

RGB53958-
CMYK0.090.8400.77
HSL293.88º73.13%13.14%-
HSV(B)293.88º84.48%22.75%-
XYZ2.331.264.12-
YUV27.74145.08146.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=44.17%
G=7.5%
B=48.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal539580.090.8400.77293.8873.1313.14
Hex3593A95404D12649d
Octal65117211124011544611115
Binary1101011001111010100110101000100110110010011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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