Html Css Color HEX #3D063A Mardi Gras

📋 copy color: '#3D063A'

red 61 ◦ green 6 ◦ blue 58

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

Shades of Mardi Gras #3D063A

Tints of Mardi Gras #3D063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 48.8%
G = 4.8%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3D063A (or 0x3D063A) is known color: Mardi Gras. HEX triplet: 3D, 06 and 3A. RGB value is (61,6,58). Sum of RGB (Red+Green+Blue) = 61+6+58=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D063A is #C2F9C5. Grayscale: #1C1C1C. Windows color (decimal): -12777926 or 3802685. OLE color: 3802685.

HSL color Cylindrical-coordinate representation of color #3D063A: hue angle of 303.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D063A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 6 58 -
CMYK 0 0.90 0.05 0.76
HSL 303.27º 0.82% 0.13% -
HSV(B) 303.27º 0.9% 0.24% -
XYZ 2.75 1.43 4.13 -
YUV 28.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 61 6 58 0 0.90 0.05 0.76 303.27 0.82 0.13
Hex 3D 6 3A 0 5A 5 4C 12F 52 D
Octal 75 6 72 0 132 5 114 457 122 15
Binary 111101 110 111010 0 1011010 101 1001100 100101111 1010010 1101

Color Harmonies of #3D063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D063A

Black with #3D063A

Text Example


Text Example

White with #3D063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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