Html Css Color HEX #3F0240 Mardi Gras

📋 copy color: '#3F0240'

red 63 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #3F0240

Tints of Mardi Gras #3F0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 48.84%
G = 1.55%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F0240 (or 0x3F0240) is known color: Mardi Gras. HEX triplet: 3F, 02 and 40. RGB value is (63,2,64). Sum of RGB (Red+Green+Blue) = 63+2+64=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0240 is #C0FDBF. Grayscale: #1B1B1B. Windows color (decimal): -12647872 or 4194879. OLE color: 4194879.

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

Color convert

RGB 63 2 64 -
CMYK 0.02 0.97 0 0.75
HSL 299.03º 0.94% 0.13% -
HSV(B) 299.03º 0.97% 0.25% -
XYZ 3 1.47 4.98 -
YUV 27.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 63 2 64 0.02 0.97 0 0.75 299.03 0.94 0.13
Hex 3F 2 40 2 61 0 4B 12B 5E D
Octal 77 2 100 2 141 0 113 453 136 15
Binary 111111 10 1000000 10 1100001 0 1001011 100101011 1011110 1101

Color Harmonies of #3F0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0240

Black with #3F0240

Text Example


Text Example

White with #3F0240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,64); }

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

background-color css

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

 a { background-color: rgb(63,2,64); }

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

border-color css

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

 span { border-color: rgb(63,2,64); }

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