Html Css Color HEX #3B143F Mardi Gras

📋 copy color: '#3B143F'

red 59 ◦ green 20 ◦ blue 63

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

Shades of Mardi Gras #3B143F

Tints of Mardi Gras #3B143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.37%

R = 41.55%
G = 14.08%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B143F (or 0x3B143F) is known color: Mardi Gras. HEX triplet: 3B, 14 and 3F. RGB value is (59,20,63). Sum of RGB (Red+Green+Blue) = 59+20+63=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B143F is #C4EBC0. Grayscale: #242424. Windows color (decimal): -12905409 or 4133947. OLE color: 4133947.

HSL color Cylindrical-coordinate representation of color #3B143F: hue angle of 294.42º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B143F is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 20 63 -
CMYK 0.06 0.68 0 0.75
HSL 294.42º 0.52% 0.16% -
HSV(B) 294.42º 0.68% 0.25% -
XYZ 2.95 1.79 4.89 -
YUV 36.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 59 20 63 0.06 0.68 0 0.75 294.42 0.52 0.16
Hex 3B 14 3F 6 44 0 4B 126 34 10
Octal 73 24 77 6 104 0 113 446 64 20
Binary 111011 10100 111111 110 1000100 0 1001011 100100110 110100 10000

Color Harmonies of #3B143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B143F

Black with #3B143F

Text Example


Text Example

White with #3B143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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