Html Css Color HEX #3D013B Mardi Gras

📋 copy color: '#3D013B'

red 61 ◦ green 1 ◦ blue 59

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

Shades of Mardi Gras #3D013B

Tints of Mardi Gras #3D013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 59 (23.44% from 255) = 48.76%

R = 50.41%
G = 0.83%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3D013B (or 0x3D013B) is known color: Mardi Gras. HEX triplet: 3D, 01 and 3B. RGB value is (61,1,59). Sum of RGB (Red+Green+Blue) = 61+1+59=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D013B is #C2FEC4. Grayscale: #191919. Windows color (decimal): -12779205 or 3866941. OLE color: 3866941.

HSL color Cylindrical-coordinate representation of color #3D013B: hue angle of 302º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D013B is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 1 59 -
CMYK 0 0.98 0.03 0.76
HSL 302º 0.97% 0.12% -
HSV(B) 302º 0.98% 0.24% -
XYZ 2.72 1.33 4.25 -
YUV 25.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 61 1 59 0 0.98 0.03 0.76 302 0.97 0.12
Hex 3D 1 3B 0 62 3 4C 12E 61 C
Octal 75 1 73 0 142 3 114 456 141 14
Binary 111101 1 111011 0 1100010 11 1001100 100101110 1100001 1100

Color Harmonies of #3D013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D013B

Black with #3D013B

Text Example


Text Example

White with #3D013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,1,59); }

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

background-color css

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

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

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

border-color css

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

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

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