Html Css Color HEX #3D143D Mardi Gras

📋 copy color: '#3D143D'

red 61 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #3D143D

Tints of Mardi Gras #3D143D

RGB

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

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

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

R = 42.96%
G = 14.08%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3D143D (or 0x3D143D) is known color: Mardi Gras. HEX triplet: 3D, 14 and 3D. RGB value is (61,20,61). Sum of RGB (Red+Green+Blue) = 61+20+61=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D143D is #C2EBC2. Grayscale: #242424. Windows color (decimal): -12774339 or 4002877. OLE color: 4002877.

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

Color convert

RGB 61 20 61 -
CMYK 0 0.67 0 0.76
HSL 300º 0.51% 0.16% -
HSV(B) 300º 0.67% 0.24% -
XYZ 3.02 1.83 4.61 -
YUV 36.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 61 20 61 0 0.67 0 0.76 300 0.51 0.16
Hex 3D 14 3D 0 43 0 4C 12C 33 10
Octal 75 24 75 0 103 0 114 454 63 20
Binary 111101 10100 111101 0 1000011 0 1001100 100101100 110011 10000

Color Harmonies of #3D143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D143D

Black with #3D143D

Text Example


Text Example

White with #3D143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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