Html Css Color HEX #3F193A Mardi Gras

📋 copy color: '#3F193A'

red 63 ◦ green 25 ◦ blue 58

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

Shades of Mardi Gras #3F193A

Tints of Mardi Gras #3F193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 43.15%
G = 17.12%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#3F193A (or 0x3F193A) is known color: Mardi Gras. HEX triplet: 3F, 19 and 3A. RGB value is (63,25,58). Sum of RGB (Red+Green+Blue) = 63+25+58=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F193A is #C0E6C5. Grayscale: #282828. Windows color (decimal): -12641990 or 3807551. OLE color: 3807551.

HSL color Cylindrical-coordinate representation of color #3F193A: hue angle of 307.89º 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 #3F193A is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 25 58 -
CMYK 0 0.60 0.08 0.75
HSL 307.89º 0.43% 0.17% -
HSV(B) 307.89º 0.6% 0.25% -
XYZ 3.16 2.06 4.23 -
YUV 40.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 63 25 58 0 0.60 0.08 0.75 307.89 0.43 0.17
Hex 3F 19 3A 0 3C 8 4B 134 2B 11
Octal 77 31 72 0 74 10 113 464 53 21
Binary 111111 11001 111010 0 111100 1000 1001011 100110100 101011 10001

Color Harmonies of #3F193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F193A

Black with #3F193A

Text Example


Text Example

White with #3F193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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