Html Css Color HEX #3B133D Mardi Gras

📋 copy color: '#3B133D'

red 59 ◦ green 19 ◦ blue 61

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

Shades of Mardi Gras #3B133D

Tints of Mardi Gras #3B133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 42.45%
G = 13.67%
B = 43.88%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B133D (or 0x3B133D) is known color: Mardi Gras. HEX triplet: 3B, 13 and 3D. RGB value is (59,19,61). Sum of RGB (Red+Green+Blue) = 59+19+61=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B133D is #C4ECC2. Grayscale: #232323. Windows color (decimal): -12905667 or 4002619. OLE color: 4002619.

HSL color Cylindrical-coordinate representation of color #3B133D: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B133D is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 19 61 -
CMYK 0.03 0.69 0 0.76
HSL 297.14º 0.53% 0.16% -
HSV(B) 297.14º 0.69% 0.24% -
XYZ 2.88 1.73 4.6 -
YUV 35.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 59 19 61 0.03 0.69 0 0.76 297.14 0.53 0.16
Hex 3B 13 3D 3 45 0 4C 129 34 10
Octal 73 23 75 3 105 0 114 451 64 20
Binary 111011 10011 111101 11 1000101 0 1001100 100101001 110100 10000

Color Harmonies of #3B133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B133D

Black with #3B133D

Text Example


Text Example

White with #3B133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,19,61); }

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

background-color css

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

 a { background-color: rgb(59,19,61); }

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

border-color css

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

 span { border-color: rgb(59,19,61); }

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