Html Css Color HEX #3D213F Mardi Gras

📋 copy color: '#3D213F'

red 61 ◦ green 33 ◦ blue 63

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

Shades of Mardi Gras #3D213F

Tints of Mardi Gras #3D213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

 BLUE value IS 63 (25% from 255) = 40.13%

R = 38.85%
G = 21.02%
B = 40.13%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D213F (or 0x3D213F) is known color: Mardi Gras. HEX triplet: 3D, 21 and 3F. RGB value is (61,33,63). Sum of RGB (Red+Green+Blue) = 61+33+63=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D213F is #C2DEC0. Grayscale: #2C2C2C. Windows color (decimal): -12771009 or 4137277. OLE color: 4137277.

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

Color convert

RGB 61 33 63 -
CMYK 0.03 0.48 0 0.75
HSL 296º 0.31% 0.19% -
HSV(B) 296º 0.48% 0.25% -
XYZ 3.37 2.44 5 -
YUV 44.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 61 33 63 0.03 0.48 0 0.75 296 0.31 0.19
Hex 3D 21 3F 3 30 0 4B 128 1F 13
Octal 75 41 77 3 60 0 113 450 37 23
Binary 111101 100001 111111 11 110000 0 1001011 100101000 11111 10011

Color Harmonies of #3D213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D213F

Black with #3D213F

Text Example


Text Example

White with #3D213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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