#3A0840

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

Shades of Mardi Gras #3A0840

Tints of Mardi Gras #3A0840

Color information

#3A0840 (or 0x3A0840) is unknown color: approx Mardi Gras. HEX triplet: 3A, 08 and 40. RGB value is (58,8,64). Sum of RGB (Red+Green+Blue) = 58+8+64=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0840 is #C5F7BF. Grayscale: #1D1D1D. Windows color (decimal): -12974016 or 4196410. OLE color: 4196410.

HSL color Cylindrical-coordinate representation of color #3A0840: hue angle of 293.57º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0840 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB58864-
CMYK0.090.8700.75
HSL293.57º77.78%14.12%-
HSV(B)293.57º87.5%25.1%-
XYZ2.761.444.98-
YUV29.33147.56148.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=44.62%
G=6.15%
B=49.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal588640.090.8700.75293.5777.7814.12
Hex3A84095704B1264ee
Octal721010011127011344611616
Binary11101010001000000100110101110100101110010011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0840; }

 p { color: rgb(58,8,64); }

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

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

 a { background-color: rgb(58,8,64); }

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

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

 span { border-color: rgb(58,8,64); }

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