Html Css Color HEX #3F2140 Mardi Gras

📋 copy color: '#3F2140'

red 63 ◦ green 33 ◦ blue 64

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

Shades of Mardi Gras #3F2140

Tints of Mardi Gras #3F2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

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

R = 39.38%
G = 20.63%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F2140 (or 0x3F2140) is known color: Mardi Gras. HEX triplet: 3F, 21 and 40. RGB value is (63,33,64). Sum of RGB (Red+Green+Blue) = 63+33+64=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2140 is #C0DEBF. Grayscale: #2D2D2D. Windows color (decimal): -12639936 or 4202815. OLE color: 4202815.

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

Color convert

RGB 63 33 64 -
CMYK 0.02 0.48 0 0.75
HSL 298.06º 0.32% 0.19% -
HSV(B) 298.06º 0.48% 0.25% -
XYZ 3.52 2.51 5.15 -
YUV 45.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 63 33 64 0.02 0.48 0 0.75 298.06 0.32 0.19
Hex 3F 21 40 2 30 0 4B 12A 20 13
Octal 77 41 100 2 60 0 113 452 40 23
Binary 111111 100001 1000000 10 110000 0 1001011 100101010 100000 10011

Color Harmonies of #3F2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2140

Black with #3F2140

Text Example


Text Example

White with #3F2140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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