Html Css Color HEX #3F1137 Mardi Gras

📋 copy color: '#3F1137'

red 63 ◦ green 17 ◦ blue 55

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

Shades of Mardi Gras #3F1137

Tints of Mardi Gras #3F1137

RGB

 RED value IS 63 (25% from 255) = 46.67%

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 55 (21.88% from 255) = 40.74%

R = 46.67%
G = 12.59%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F1137 (or 0x3F1137) is known color: Mardi Gras. HEX triplet: 3F, 11 and 37. RGB value is (63,17,55). Sum of RGB (Red+Green+Blue) = 63+17+55=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1137 is #C0EEC8. Grayscale: #222222. Windows color (decimal): -12644041 or 3608895. OLE color: 3608895.

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

Color convert

RGB 63 17 55 -
CMYK 0 0.73 0.13 0.75
HSL 310.43º 0.58% 0.16% -
HSV(B) 310.43º 0.73% 0.25% -
XYZ 2.94 1.73 3.79 -
YUV 35.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 63 17 55 0 0.73 0.13 0.75 310.43 0.58 0.16
Hex 3F 11 37 0 49 D 4B 136 3A 10
Octal 77 21 67 0 111 15 113 466 72 20
Binary 111111 10001 110111 0 1001001 1101 1001011 100110110 111010 10000

Color Harmonies of #3F1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1137

Black with #3F1137

Text Example


Text Example

White with #3F1137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,55); }

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

background-color css

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

 a { background-color: rgb(63,17,55); }

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

border-color css

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

 span { border-color: rgb(63,17,55); }

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