Html Css Color HEX #3D0237 Mardi Gras

📋 copy color: '#3D0237'

red 61 ◦ green 2 ◦ blue 55

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

Shades of Mardi Gras #3D0237

Tints of Mardi Gras #3D0237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 46.61%

R = 51.69%
G = 1.69%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D0237 (or 0x3D0237) is known color: Mardi Gras. HEX triplet: 3D, 02 and 37. RGB value is (61,2,55). Sum of RGB (Red+Green+Blue) = 61+2+55=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0237 is #C2FDC8. Grayscale: #191919. Windows color (decimal): -12778953 or 3605053. OLE color: 3605053.

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

Color convert

RGB 61 2 55 -
CMYK 0 0.97 0.10 0.76
HSL 306.1º 0.94% 0.12% -
HSV(B) 306.1º 0.97% 0.24% -
XYZ 2.64 1.31 3.73 -
YUV 25.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 61 2 55 0 0.97 0.10 0.76 306.1 0.94 0.12
Hex 3D 2 37 0 61 A 4C 132 5E C
Octal 75 2 67 0 141 12 114 462 136 14
Binary 111101 10 110111 0 1100001 1010 1001100 100110010 1011110 1100

Color Harmonies of #3D0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0237

Black with #3D0237

Text Example


Text Example

White with #3D0237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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