Html Css Color HEX #3D133F Mardi Gras

📋 copy color: '#3D133F'

red 61 ◦ green 19 ◦ blue 63

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

Shades of Mardi Gras #3D133F

Tints of Mardi Gras #3D133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 42.66%
G = 13.29%
B = 44.06%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D133F (or 0x3D133F) is known color: Mardi Gras. HEX triplet: 3D, 13 and 3F. RGB value is (61,19,63). Sum of RGB (Red+Green+Blue) = 61+19+63=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D133F is #C2ECC0. Grayscale: #242424. Windows color (decimal): -12774593 or 4133693. OLE color: 4133693.

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

Color convert

RGB 61 19 63 -
CMYK 0.03 0.70 0 0.75
HSL 297.27º 0.54% 0.16% -
HSV(B) 297.27º 0.7% 0.25% -
XYZ 3.05 1.82 4.89 -
YUV 36.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 61 19 63 0.03 0.70 0 0.75 297.27 0.54 0.16
Hex 3D 13 3F 3 46 0 4B 129 36 10
Octal 75 23 77 3 106 0 113 451 66 20
Binary 111101 10011 111111 11 1000110 0 1001011 100101001 110110 10000

Color Harmonies of #3D133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D133F

Black with #3D133F

Text Example


Text Example

White with #3D133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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