Html Css Color HEX #3A0037 Mardi Gras

📋 copy color: '#3A0037'

red 58 ◦ green 0 ◦ blue 55

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

Shades of Mardi Gras #3A0037

Tints of Mardi Gras #3A0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.33%
G = 0%
B = 48.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3A0037 (or 0x3A0037) is known color: Mardi Gras. HEX triplet: 3A, 00 and 37. RGB value is (58,0,55). Sum of RGB (Red+Green+Blue) = 58+0+55=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0037 is #C5FFC8. Grayscale: #171717. Windows color (decimal): -12976073 or 3604538. OLE color: 3604538.

HSL color Cylindrical-coordinate representation of color #3A0037: hue angle of 303.1º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0037 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 0 55 -
CMYK 0 1 0.05 0.77
HSL 303.1º 1% 0.11% -
HSV(B) 303.1º 1% 0.23% -
XYZ 2.43 1.18 3.71 -
YUV 23.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 58 0 55 0 1 0.05 0.77 303.1 1 0.11
Hex 3A 0 37 0 64 5 4D 12F 64 B
Octal 72 0 67 0 144 5 115 457 144 13
Binary 111010 0 110111 0 1100100 101 1001101 100101111 1100100 1011

Color Harmonies of #3A0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0037

Black with #3A0037

Text Example


Text Example

White with #3A0037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,55); }

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

background-color css

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

 a { background-color: rgb(58,0,55); }

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

border-color css

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

 span { border-color: rgb(58,0,55); }

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