Html Css Color HEX #3B0636 Mardi Gras

📋 copy color: '#3B0636'

red 59 ◦ green 6 ◦ blue 54

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

Shades of Mardi Gras #3B0636

Tints of Mardi Gras #3B0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 45.38%

R = 49.58%
G = 5.04%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#3B0636 (or 0x3B0636) is known color: Mardi Gras. HEX triplet: 3B, 06 and 36. RGB value is (59,6,54). Sum of RGB (Red+Green+Blue) = 59+6+54=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0636 is #C4F9C9. Grayscale: #1B1B1B. Windows color (decimal): -12909002 or 3540539. OLE color: 3540539.

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

Color convert

RGB 59 6 54 -
CMYK 0 0.90 0.08 0.77
HSL 305.66º 0.82% 0.13% -
HSV(B) 305.66º 0.9% 0.23% -
XYZ 2.53 1.33 3.61 -
YUV 27.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 59 6 54 0 0.90 0.08 0.77 305.66 0.82 0.13
Hex 3B 6 36 0 5A 8 4D 132 52 D
Octal 73 6 66 0 132 10 115 462 122 15
Binary 111011 110 110110 0 1011010 1000 1001101 100110010 1010010 1101

Color Harmonies of #3B0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0636

Black with #3B0636

Text Example


Text Example

White with #3B0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,6,54); }

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

background-color css

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

 a { background-color: rgb(59,6,54); }

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

border-color css

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

 span { border-color: rgb(59,6,54); }

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