Html Css Color HEX #3B053A Mardi Gras

📋 copy color: '#3B053A'

red 59 ◦ green 5 ◦ blue 58

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

Shades of Mardi Gras #3B053A

Tints of Mardi Gras #3B053A

RGB

 RED value IS 59 (23.44% from 255) = 48.36%

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 48.36%
G = 4.1%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B053A (or 0x3B053A) is known color: Mardi Gras. HEX triplet: 3B, 05 and 3A. RGB value is (59,5,58). Sum of RGB (Red+Green+Blue) = 59+5+58=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B053A is #C4FAC5. Grayscale: #1B1B1B. Windows color (decimal): -12909254 or 3802427. OLE color: 3802427.

HSL color Cylindrical-coordinate representation of color #3B053A: hue angle of 301.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B053A is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 5 58 -
CMYK 0 0.92 0.02 0.77
HSL 301.11º 0.84% 0.13% -
HSV(B) 301.11º 0.92% 0.23% -
XYZ 2.62 1.34 4.12 -
YUV 27.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 59 5 58 0 0.92 0.02 0.77 301.11 0.84 0.13
Hex 3B 5 3A 0 5C 2 4D 12D 54 D
Octal 73 5 72 0 134 2 115 455 124 15
Binary 111011 101 111010 0 1011100 10 1001101 100101101 1010100 1101

Color Harmonies of #3B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B053A

Black with #3B053A

Text Example


Text Example

White with #3B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,58); }

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

background-color css

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

 a { background-color: rgb(59,5,58); }

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

border-color css

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

 span { border-color: rgb(59,5,58); }

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