#3D0940

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

Shades of Mardi Gras #3D0940

Tints of Mardi Gras #3D0940

Color information

#3D0940 (or 0x3D0940) is unknown color: approx Mardi Gras. HEX triplet: 3D, 09 and 40. RGB value is (61,9,64). Sum of RGB (Red+Green+Blue) = 61+9+64=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D0940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0940 is #C2F6BF. Grayscale: #1E1E1E. Windows color (decimal): -12777152 or 4196669. OLE color: 4196669.

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

Color convert

RGB61964-
CMYK0.050.8600.75
HSL296.73º75.34%14.31%-
HSV(B)296.73º85.94%25.1%-
XYZ2.951.565-
YUV30.82146.73149.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.52%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=45.52%
G=6.72%
B=47.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal619640.050.8600.75296.7375.3414.31
Hex3D94055604B1294be
Octal75111005126011345111316
Binary1111011001100000010110101100100101110010100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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