Html Css Color HEX #3F1241 Mardi Gras

📋 copy color: '#3F1241'

red 63 ◦ green 18 ◦ blue 65

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

Shades of Mardi Gras #3F1241

Tints of Mardi Gras #3F1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 43.15%
G = 12.33%
B = 44.52%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F1241 (or 0x3F1241) is known color: Mardi Gras. HEX triplet: 3F, 12 and 41. RGB value is (63,18,65). Sum of RGB (Red+Green+Blue) = 63+18+65=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1241 is #C0EDBE. Grayscale: #242424. Windows color (decimal): -12643775 or 4264511. OLE color: 4264511.

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

Color convert

RGB 63 18 65 -
CMYK 0.03 0.72 0 0.75
HSL 297.45º 0.57% 0.16% -
HSV(B) 297.45º 0.72% 0.25% -
XYZ 3.22 1.87 5.19 -
YUV 36.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 63 18 65 0.03 0.72 0 0.75 297.45 0.57 0.16
Hex 3F 12 41 3 48 0 4B 129 39 10
Octal 77 22 101 3 110 0 113 451 71 20
Binary 111111 10010 1000001 11 1001000 0 1001011 100101001 111001 10000

Color Harmonies of #3F1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1241

Black with #3F1241

Text Example


Text Example

White with #3F1241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,65); }

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

background-color css

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

 a { background-color: rgb(63,18,65); }

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

border-color css

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

 span { border-color: rgb(63,18,65); }

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