Html Css Color HEX #3B0434 Mardi Gras

📋 copy color: '#3B0434'

red 59 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #3B0434

Tints of Mardi Gras #3B0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 52 (20.7% from 255) = 45.22%

R = 51.3%
G = 3.48%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#3B0434 (or 0x3B0434) is known color: Mardi Gras. HEX triplet: 3B, 04 and 34. RGB value is (59,4,52). Sum of RGB (Red+Green+Blue) = 59+4+52=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0434 is #C4FBCB. Grayscale: #191919. Windows color (decimal): -12909516 or 3408955. OLE color: 3408955.

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

Color convert

RGB 59 4 52 -
CMYK 0 0.93 0.12 0.77
HSL 307.64º 0.87% 0.12% -
HSV(B) 307.64º 0.93% 0.23% -
XYZ 2.47 1.26 3.36 -
YUV 25.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 59 4 52 0 0.93 0.12 0.77 307.64 0.87 0.12
Hex 3B 4 34 0 5D C 4D 134 57 C
Octal 73 4 64 0 135 14 115 464 127 14
Binary 111011 100 110100 0 1011101 1100 1001101 100110100 1010111 1100

Color Harmonies of #3B0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0434

Black with #3B0434

Text Example


Text Example

White with #3B0434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,4,52); }

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

background-color css

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

 a { background-color: rgb(59,4,52); }

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

border-color css

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

 span { border-color: rgb(59,4,52); }

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