Html Css Color HEX #3B1F3F Mardi Gras

📋 copy color: '#3B1F3F'

red 59 ◦ green 31 ◦ blue 63

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

Shades of Mardi Gras #3B1F3F

Tints of Mardi Gras #3B1F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

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

R = 38.56%
G = 20.26%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1F3F (or 0x3B1F3F) is known color: Mardi Gras. HEX triplet: 3B, 1F and 3F. RGB value is (59,31,63). Sum of RGB (Red+Green+Blue) = 59+31+63=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B1F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F3F is #C4E0C0. Grayscale: #2A2A2A. Windows color (decimal): -12902593 or 4136763. OLE color: 4136763.

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

Color convert

RGB 59 31 63 -
CMYK 0.06 0.51 0 0.75
HSL 292.5º 0.34% 0.18% -
HSV(B) 292.5º 0.51% 0.25% -
XYZ 3.19 2.27 4.97 -
YUV 43.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 59 31 63 0.06 0.51 0 0.75 292.5 0.34 0.18
Hex 3B 1F 3F 6 33 0 4B 124 22 12
Octal 73 37 77 6 63 0 113 444 42 22
Binary 111011 11111 111111 110 110011 0 1001011 100100100 100010 10010

Color Harmonies of #3B1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F3F

Black with #3B1F3F

Text Example


Text Example

White with #3B1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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