Html Css Color HEX #3D193D Mardi Gras

📋 copy color: '#3D193D'

red 61 ◦ green 25 ◦ blue 61

#3D193D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3D193D

Tints of Mardi Gras #3D193D

RGB

 RED value IS 61 (24.22% from 255) = 41.5%

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 41.5%
G = 17.01%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3D193D (or 0x3D193D) is known color: Mardi Gras. HEX triplet: 3D, 19 and 3D. RGB value is (61,25,61). Sum of RGB (Red+Green+Blue) = 61+25+61=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D193D is #C2E6C2. Grayscale: #272727. Windows color (decimal): -12773059 or 4004157. OLE color: 4004157.

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

Color convert

RGB 61 25 61 -
CMYK 0 0.59 0 0.76
HSL 300º 0.42% 0.17% -
HSV(B) 300º 0.59% 0.24% -
XYZ 3.11 2.02 4.64 -
YUV 39.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 61 25 61 0 0.59 0 0.76 300 0.42 0.17
Hex 3D 19 3D 0 3B 0 4C 12C 2A 11
Octal 75 31 75 0 73 0 114 454 52 21
Binary 111101 11001 111101 0 111011 0 1001100 100101100 101010 10001

Color Harmonies of #3D193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D193D

Black with #3D193D

Text Example


Text Example

White with #3D193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,25,61); }

 H1.HeaderClassName
 {
   color: #3D193D;
 }
 .AnyTagClassName
 {
   color: #3D193D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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