Html Css Color HEX #3D0337 Mardi Gras

📋 copy color: '#3D0337'

red 61 ◦ green 3 ◦ blue 55

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

Shades of Mardi Gras #3D0337

Tints of Mardi Gras #3D0337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 51.26%
G = 2.52%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D0337 (or 0x3D0337) is known color: Mardi Gras. HEX triplet: 3D, 03 and 37. RGB value is (61,3,55). Sum of RGB (Red+Green+Blue) = 61+3+55=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0337 is #C2FCC8. Grayscale: #1A1A1A. Windows color (decimal): -12778697 or 3605309. OLE color: 3605309.

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

Color convert

RGB 61 3 55 -
CMYK 0 0.95 0.10 0.76
HSL 306.21º 0.91% 0.13% -
HSV(B) 306.21º 0.95% 0.24% -
XYZ 2.65 1.33 3.73 -
YUV 26.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 61 3 55 0 0.95 0.10 0.76 306.21 0.91 0.13
Hex 3D 3 37 0 5F A 4C 132 5B D
Octal 75 3 67 0 137 12 114 462 133 15
Binary 111101 11 110111 0 1011111 1010 1001100 100110010 1011011 1101

Color Harmonies of #3D0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0337

Black with #3D0337

Text Example


Text Example

White with #3D0337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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