#3D063A

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

Shades of Mardi Gras #3D063A

Tints of Mardi Gras #3D063A

Color information

#3D063A (or 0x3D063A) is unknown color: approx Mardi Gras. HEX triplet: 3D, 06 and 3A. RGB value is (61,6,58). Sum of RGB (Red+Green+Blue) = 61+6+58=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D063A is #C2F9C5. Grayscale: #1C1C1C. Windows color (decimal): -12777926 or 3802685. OLE color: 3802685.

HSL color Cylindrical-coordinate representation of color #3D063A: hue angle of 303.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D063A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB61658-
CMYK00.900.050.76
HSL303.27º82.09%13.14%-
HSV(B)303.27º90.16%23.92%-
XYZ2.751.434.13-
YUV28.37144.72151.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=48.8%
G=4.8%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6165800.900.050.76303.2782.0913.14
Hex3D63A05A54C12f52d
Octal756720132511445712215
Binary11110111011101001011010101100110010010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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