Html Css Color HEX #3F0237 Mardi Gras

📋 copy color: '#3F0237'

red 63 ◦ green 2 ◦ blue 55

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

Shades of Mardi Gras #3F0237

Tints of Mardi Gras #3F0237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 45.83%

R = 52.5%
G = 1.67%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F0237 (or 0x3F0237) is known color: Mardi Gras. HEX triplet: 3F, 02 and 37. RGB value is (63,2,55). Sum of RGB (Red+Green+Blue) = 63+2+55=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0237 is #C0FDC8. Grayscale: #1A1A1A. Windows color (decimal): -12647881 or 3605055. OLE color: 3605055.

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

Color convert

RGB 63 2 55 -
CMYK 0 0.97 0.13 0.75
HSL 307.87º 0.94% 0.13% -
HSV(B) 307.87º 0.97% 0.25% -
XYZ 2.76 1.38 3.73 -
YUV 26.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 63 2 55 0 0.97 0.13 0.75 307.87 0.94 0.13
Hex 3F 2 37 0 61 D 4B 134 5E D
Octal 77 2 67 0 141 15 113 464 136 15
Binary 111111 10 110111 0 1100001 1101 1001011 100110100 1011110 1101

Color Harmonies of #3F0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0237

Black with #3F0237

Text Example


Text Example

White with #3F0237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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