Html Css Color HEX #3D1B37 Mardi Gras

📋 copy color: '#3D1B37'

red 61 ◦ green 27 ◦ blue 55

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

Shades of Mardi Gras #3D1B37

Tints of Mardi Gras #3D1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 42.66%
G = 18.88%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D1B37 (or 0x3D1B37) is known color: Mardi Gras. HEX triplet: 3D, 1B and 37. RGB value is (61,27,55). Sum of RGB (Red+Green+Blue) = 61+27+55=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B37 is #C2E4C8. Grayscale: #282828. Windows color (decimal): -12772553 or 3611453. OLE color: 3611453.

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

Color convert

RGB 61 27 55 -
CMYK 0 0.56 0.10 0.76
HSL 310.59º 0.39% 0.17% -
HSV(B) 310.59º 0.56% 0.24% -
XYZ 3.01 2.05 3.85 -
YUV 40.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 61 27 55 0 0.56 0.10 0.76 310.59 0.39 0.17
Hex 3D 1B 37 0 38 A 4C 137 27 11
Octal 75 33 67 0 70 12 114 467 47 21
Binary 111101 11011 110111 0 111000 1010 1001100 100110111 100111 10001

Color Harmonies of #3D1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1B37

Black with #3D1B37

Text Example


Text Example

White with #3D1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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