Html Css Color HEX #3F0138 Mardi Gras

📋 copy color: '#3F0138'

red 63 ◦ green 1 ◦ blue 56

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

Shades of Mardi Gras #3F0138

Tints of Mardi Gras #3F0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 56 (22.27% from 255) = 46.67%

R = 52.5%
G = 0.83%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F0138 (or 0x3F0138) is known color: Mardi Gras. HEX triplet: 3F, 01 and 38. RGB value is (63,1,56). Sum of RGB (Red+Green+Blue) = 63+1+56=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0138 is #C0FEC7. Grayscale: #191919. Windows color (decimal): -12648136 or 3670335. OLE color: 3670335.

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

Color convert

RGB 63 1 56 -
CMYK 0 0.98 0.11 0.75
HSL 306.77º 0.97% 0.13% -
HSV(B) 306.77º 0.98% 0.25% -
XYZ 2.77 1.36 3.86 -
YUV 25.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 63 1 56 0 0.98 0.11 0.75 306.77 0.97 0.13
Hex 3F 1 38 0 62 B 4B 133 61 D
Octal 77 1 70 0 142 13 113 463 141 15
Binary 111111 1 111000 0 1100010 1011 1001011 100110011 1100001 1101

Color Harmonies of #3F0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0138

Black with #3F0138

Text Example


Text Example

White with #3F0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,56); }

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

background-color css

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

 a { background-color: rgb(63,1,56); }

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

border-color css

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

 span { border-color: rgb(63,1,56); }

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