Html Css Color HEX #3F193D Mardi Gras

📋 copy color: '#3F193D'

red 63 ◦ green 25 ◦ blue 61

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

Shades of Mardi Gras #3F193D

Tints of Mardi Gras #3F193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 42.28%
G = 16.78%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#3F193D (or 0x3F193D) is known color: Mardi Gras. HEX triplet: 3F, 19 and 3D. RGB value is (63,25,61). Sum of RGB (Red+Green+Blue) = 63+25+61=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F193D is #C0E6C2. Grayscale: #282828. Windows color (decimal): -12641987 or 4004159. OLE color: 4004159.

HSL color Cylindrical-coordinate representation of color #3F193D: hue angle of 303.16º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F193D is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 25 61 -
CMYK 0 0.60 0.03 0.75
HSL 303.16º 0.43% 0.17% -
HSV(B) 303.16º 0.6% 0.25% -
XYZ 3.24 2.09 4.65 -
YUV 40.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 63 25 61 0 0.60 0.03 0.75 303.16 0.43 0.17
Hex 3F 19 3D 0 3C 3 4B 12F 2B 11
Octal 77 31 75 0 74 3 113 457 53 21
Binary 111111 11001 111101 0 111100 11 1001011 100101111 101011 10001

Color Harmonies of #3F193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F193D

Black with #3F193D

Text Example


Text Example

White with #3F193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,61); }

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

background-color css

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

 a { background-color: rgb(63,25,61); }

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

border-color css

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

 span { border-color: rgb(63,25,61); }

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