#3A093D

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

Shades of Mardi Gras #3A093D

Tints of Mardi Gras #3A093D

Color information

#3A093D (or 0x3A093D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 09 and 3D. RGB value is (58,9,61). Sum of RGB (Red+Green+Blue) = 58+9+61=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A093D is #C5F6C2. Grayscale: #1D1D1D. Windows color (decimal): -12973763 or 4000058. OLE color: 4000058.

HSL color Cylindrical-coordinate representation of color #3A093D: hue angle of 296.54º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A093D is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB58961-
CMYK0.050.8500.76
HSL296.54º74.29%13.73%-
HSV(B)296.54º85.25%23.92%-
XYZ2.681.434.55-
YUV29.58145.73148.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=45.31%
G=7.03%
B=47.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal589610.050.8500.76296.5474.2913.73
Hex3A93D55504C1294ae
Octal7211755125011445111216
Binary111010100111110110110101010100110010010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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