Html Css Color HEX #3D1441 Mardi Gras

📋 copy color: '#3D1441'

red 61 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #3D1441

Tints of Mardi Gras #3D1441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 41.78%
G = 13.7%
B = 44.52%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D1441 (or 0x3D1441) is known color: Mardi Gras. HEX triplet: 3D, 14 and 41. RGB value is (61,20,65). Sum of RGB (Red+Green+Blue) = 61+20+65=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1441 is #C2EBBE. Grayscale: #252525. Windows color (decimal): -12774335 or 4265021. OLE color: 4265021.

HSL color Cylindrical-coordinate representation of color #3D1441: hue angle of 294.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1441 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 20 65 -
CMYK 0.06 0.69 0 0.75
HSL 294.67º 0.53% 0.17% -
HSV(B) 294.67º 0.69% 0.25% -
XYZ 3.13 1.87 5.2 -
YUV 37.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 61 20 65 0.06 0.69 0 0.75 294.67 0.53 0.17
Hex 3D 14 41 6 45 0 4B 127 35 11
Octal 75 24 101 6 105 0 113 447 65 21
Binary 111101 10100 1000001 110 1000101 0 1001011 100100111 110101 10001

Color Harmonies of #3D1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1441

Black with #3D1441

Text Example


Text Example

White with #3D1441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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