Html Css Color HEX #3B143D Mardi Gras

📋 copy color: '#3B143D'

red 59 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #3B143D

Tints of Mardi Gras #3B143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 42.14%
G = 14.29%
B = 43.57%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B143D (or 0x3B143D) is known color: Mardi Gras. HEX triplet: 3B, 14 and 3D. RGB value is (59,20,61). Sum of RGB (Red+Green+Blue) = 59+20+61=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B143D is #C4EBC2. Grayscale: #242424. Windows color (decimal): -12905411 or 4002875. OLE color: 4002875.

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

Color convert

RGB 59 20 61 -
CMYK 0.03 0.67 0 0.76
HSL 297.07º 0.51% 0.16% -
HSV(B) 297.07º 0.67% 0.24% -
XYZ 2.9 1.77 4.6 -
YUV 36.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 59 20 61 0.03 0.67 0 0.76 297.07 0.51 0.16
Hex 3B 14 3D 3 43 0 4C 129 33 10
Octal 73 24 75 3 103 0 114 451 63 20
Binary 111011 10100 111101 11 1000011 0 1001100 100101001 110011 10000

Color Harmonies of #3B143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B143D

Black with #3B143D

Text Example


Text Example

White with #3B143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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