Html Css Color HEX #3F1A38 Mardi Gras

📋 copy color: '#3F1A38'

red 63 ◦ green 26 ◦ blue 56

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

Shades of Mardi Gras #3F1A38

Tints of Mardi Gras #3F1A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

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

R = 43.45%
G = 17.93%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F1A38 (or 0x3F1A38) is known color: Mardi Gras. HEX triplet: 3F, 1A and 38. RGB value is (63,26,56). Sum of RGB (Red+Green+Blue) = 63+26+56=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A38 is #C0E5C7. Grayscale: #282828. Windows color (decimal): -12641736 or 3676735. OLE color: 3676735.

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

Color convert

RGB 63 26 56 -
CMYK 0 0.59 0.11 0.75
HSL 311.35º 0.42% 0.17% -
HSV(B) 311.35º 0.59% 0.25% -
XYZ 3.13 2.08 3.98 -
YUV 40.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 63 26 56 0 0.59 0.11 0.75 311.35 0.42 0.17
Hex 3F 1A 38 0 3B B 4B 137 2A 11
Octal 77 32 70 0 73 13 113 467 52 21
Binary 111111 11010 111000 0 111011 1011 1001011 100110111 101010 10001

Color Harmonies of #3F1A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1A38

Black with #3F1A38

Text Example


Text Example

White with #3F1A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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