#3D003F

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

Shades of Mardi Gras #3D003F

Tints of Mardi Gras #3D003F

Color information

#3D003F (or 0x3D003F) is unknown color: approx Mardi Gras. HEX triplet: 3D, 00 and 3F. RGB value is (61,0,63). Sum of RGB (Red+Green+Blue) = 61+0+63=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D003F is #C2FFC0. Grayscale: #191919. Windows color (decimal): -12779457 or 4128829. OLE color: 4128829.

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

Color convert

RGB61063-
CMYK0.03100.75
HSL298.1º100%12.35%-
HSV(B)298.1º100%24.71%-
XYZ2.821.354.81-
YUV25.42149.21153.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 50.81%
R=49.19%
G=0%
B=50.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal610630.03100.75298.110012.35
Hex3D03F36404B12a64c
Octal750773144011345214414
Binary11110101111111111001000100101110010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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