Html Css Color HEX #3B0336 Mardi Gras

📋 copy color: '#3B0336'

red 59 ◦ green 3 ◦ blue 54

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

Shades of Mardi Gras #3B0336

Tints of Mardi Gras #3B0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 50.86%
G = 2.59%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#3B0336 (or 0x3B0336) is known color: Mardi Gras. HEX triplet: 3B, 03 and 36. RGB value is (59,3,54). Sum of RGB (Red+Green+Blue) = 59+3+54=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0336 is #C4FCC9. Grayscale: #191919. Windows color (decimal): -12909770 or 3539771. OLE color: 3539771.

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

Color convert

RGB 59 3 54 -
CMYK 0 0.95 0.08 0.77
HSL 305.36º 0.9% 0.12% -
HSV(B) 305.36º 0.95% 0.23% -
XYZ 2.5 1.26 3.6 -
YUV 25.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 59 3 54 0 0.95 0.08 0.77 305.36 0.9 0.12
Hex 3B 3 36 0 5F 8 4D 131 5A C
Octal 73 3 66 0 137 10 115 461 132 14
Binary 111011 11 110110 0 1011111 1000 1001101 100110001 1011010 1100

Color Harmonies of #3B0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0336

Black with #3B0336

Text Example


Text Example

White with #3B0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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