Html Css Color HEX #3B0541 Mardi Gras

📋 copy color: '#3B0541'

red 59 ◦ green 5 ◦ blue 65

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

Shades of Mardi Gras #3B0541

Tints of Mardi Gras #3B0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 45.74%
G = 3.88%
B = 50.39%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B0541 (or 0x3B0541) is known color: Mardi Gras. HEX triplet: 3B, 05 and 41. RGB value is (59,5,65). Sum of RGB (Red+Green+Blue) = 59+5+65=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0541 is #C4FABE. Grayscale: #1B1B1B. Windows color (decimal): -12909247 or 4261179. OLE color: 4261179.

HSL color Cylindrical-coordinate representation of color #3B0541: hue angle of 294º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0541 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 5 65 -
CMYK 0.09 0.92 0 0.75
HSL 294º 0.86% 0.14% -
HSV(B) 294º 0.92% 0.25% -
XYZ 2.81 1.42 5.13 -
YUV 27.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 59 5 65 0.09 0.92 0 0.75 294 0.86 0.14
Hex 3B 5 41 9 5C 0 4B 126 56 E
Octal 73 5 101 11 134 0 113 446 126 16
Binary 111011 101 1000001 1001 1011100 0 1001011 100100110 1010110 1110

Color Harmonies of #3B0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0541

Black with #3B0541

Text Example


Text Example

White with #3B0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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