#3D0841

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

Shades of Mardi Gras #3D0841

Tints of Mardi Gras #3D0841

Color information

#3D0841 (or 0x3D0841) is unknown color: approx Mardi Gras. HEX triplet: 3D, 08 and 41. RGB value is (61,8,65). Sum of RGB (Red+Green+Blue) = 61+8+65=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D0841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0841 is #C2F7BE. Grayscale: #1E1E1E. Windows color (decimal): -12777407 or 4261949. OLE color: 4261949.

HSL color Cylindrical-coordinate representation of color #3D0841: hue angle of 295.79º 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 #3D0841 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB61865-
CMYK0.060.8800.75
HSL295.79º78.08%14.31%-
HSV(B)295.79º87.69%25.49%-
XYZ2.971.555.14-
YUV30.35147.56149.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.52%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=45.52%
G=5.97%
B=48.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal618650.060.8800.75295.7978.0814.31
Hex3D84165804B1284ee
Octal75101016130011345011616
Binary1111011000100000111010110000100101110010100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,8,65); }

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

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

 a { background-color: rgb(61,8,65); }

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

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

 span { border-color: rgb(61,8,65); }

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