#3D003A

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

Shades of Mardi Gras #3D003A

Tints of Mardi Gras #3D003A

Color information

#3D003A (or 0x3D003A) is unknown color: approx Mardi Gras. HEX triplet: 3D, 00 and 3A. RGB value is (61,0,58). Sum of RGB (Red+Green+Blue) = 61+0+58=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D003A is #C2FFC5. Grayscale: #181818. Windows color (decimal): -12779462 or 3801149. OLE color: 3801149.

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

Color convert

RGB61058-
CMYK010.050.76
HSL302.95º100%11.96%-
HSV(B)302.95º100%23.92%-
XYZ2.691.34.11-
YUV24.85146.71153.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=51.26%
G=0%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61058010.050.76302.9510011.96
Hex3D03A06454C12f64c
Octal750720144511445714414
Binary111101011101001100100101100110010010111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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