Html Css Color HEX #3D0240 Mardi Gras

📋 copy color: '#3D0240'

red 61 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #3D0240

Tints of Mardi Gras #3D0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 48.03%
G = 1.57%
B = 50.39%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D0240 (or 0x3D0240) is known color: Mardi Gras. HEX triplet: 3D, 02 and 40. RGB value is (61,2,64). Sum of RGB (Red+Green+Blue) = 61+2+64=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0240 is #C2FDBF. Grayscale: #1A1A1A. Windows color (decimal): -12778944 or 4194877. OLE color: 4194877.

HSL color Cylindrical-coordinate representation of color #3D0240: hue angle of 297.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0240 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 2 64 -
CMYK 0.05 0.97 0 0.75
HSL 297.1º 0.94% 0.13% -
HSV(B) 297.1º 0.97% 0.25% -
XYZ 2.87 1.41 4.97 -
YUV 26.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 61 2 64 0.05 0.97 0 0.75 297.1 0.94 0.13
Hex 3D 2 40 5 61 0 4B 129 5E D
Octal 75 2 100 5 141 0 113 451 136 15
Binary 111101 10 1000000 101 1100001 0 1001011 100101001 1011110 1101

Color Harmonies of #3D0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0240

Black with #3D0240

Text Example


Text Example

White with #3D0240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,2,64); }

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

background-color css

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

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

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

border-color css

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

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

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