Html Css Color HEX #3F0E3C Mardi Gras

📋 copy color: '#3F0E3C'

red 63 ◦ green 14 ◦ blue 60

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

Shades of Mardi Gras #3F0E3C

Tints of Mardi Gras #3F0E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.22%

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 45.99%
G = 10.22%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#3F0E3C (or 0x3F0E3C) is known color: Mardi Gras. HEX triplet: 3F, 0E and 3C. RGB value is (63,14,60). Sum of RGB (Red+Green+Blue) = 63+14+60=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E3C is #C0F1C3. Grayscale: #212121. Windows color (decimal): -12644804 or 3935807. OLE color: 3935807.

HSL color Cylindrical-coordinate representation of color #3F0E3C: hue angle of 303.67º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F0E3C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 14 60 -
CMYK 0 0.78 0.05 0.75
HSL 303.67º 0.64% 0.15% -
HSV(B) 303.67º 0.78% 0.25% -
XYZ 3.02 1.7 4.44 -
YUV 33.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 63 14 60 0 0.78 0.05 0.75 303.67 0.64 0.15
Hex 3F E 3C 0 4E 5 4B 130 40 F
Octal 77 16 74 0 116 5 113 460 100 17
Binary 111111 1110 111100 0 1001110 101 1001011 100110000 1000000 1111

Color Harmonies of #3F0E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0E3C

Black with #3F0E3C

Text Example


Text Example

White with #3F0E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,14,60); }

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

background-color css

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

 a { background-color: rgb(63,14,60); }

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

border-color css

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

 span { border-color: rgb(63,14,60); }

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