Html Css Color HEX #3D133A Mardi Gras

📋 copy color: '#3D133A'

red 61 ◦ green 19 ◦ blue 58

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

Shades of Mardi Gras #3D133A

Tints of Mardi Gras #3D133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 44.2%
G = 13.77%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3D133A (or 0x3D133A) is known color: Mardi Gras. HEX triplet: 3D, 13 and 3A. RGB value is (61,19,58). Sum of RGB (Red+Green+Blue) = 61+19+58=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D133A is #C2ECC5. Grayscale: #232323. Windows color (decimal): -12774598 or 3806013. OLE color: 3806013.

HSL color Cylindrical-coordinate representation of color #3D133A: hue angle of 304.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D133A is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 19 58 -
CMYK 0 0.69 0.05 0.76
HSL 304.29º 0.53% 0.16% -
HSV(B) 304.29º 0.69% 0.24% -
XYZ 2.92 1.76 4.19 -
YUV 36 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 61 19 58 0 0.69 0.05 0.76 304.29 0.53 0.16
Hex 3D 13 3A 0 45 5 4C 130 34 10
Octal 75 23 72 0 105 5 114 460 64 20
Binary 111101 10011 111010 0 1000101 101 1001100 100110000 110100 10000

Color Harmonies of #3D133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D133A

Black with #3D133A

Text Example


Text Example

White with #3D133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,19,58); }

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

background-color css

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

 a { background-color: rgb(61,19,58); }

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

border-color css

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

 span { border-color: rgb(61,19,58); }

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