Html Css Color HEX #3A093D Mardi Gras

📋 copy color: '#3A093D'

red 58 ◦ green 9 ◦ blue 61

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

Shades of Mardi Gras #3A093D

Tints of Mardi Gras #3A093D

RGB

 RED value IS 58 (23.05% from 255) = 45.31%

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 61 (24.22% from 255) = 47.66%

R = 45.31%
G = 7.03%
B = 47.66%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A093D (or 0x3A093D) is known color: Mardi Gras. HEX triplet: 3A, 09 and 3D. RGB value is (58,9,61). Sum of RGB (Red+Green+Blue) = 58+9+61=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A093D is #C5F6C2. Grayscale: #1D1D1D. Windows color (decimal): -12973763 or 4000058. OLE color: 4000058.

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

Color convert

RGB 58 9 61 -
CMYK 0.05 0.85 0 0.76
HSL 296.54º 0.74% 0.14% -
HSV(B) 296.54º 0.85% 0.24% -
XYZ 2.68 1.43 4.55 -
YUV 29.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 58 9 61 0.05 0.85 0 0.76 296.54 0.74 0.14
Hex 3A 9 3D 5 55 0 4C 129 4A E
Octal 72 11 75 5 125 0 114 451 112 16
Binary 111010 1001 111101 101 1010101 0 1001100 100101001 1001010 1110

Color Harmonies of #3A093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A093D

Black with #3A093D

Text Example


Text Example

White with #3A093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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