Html Css Color HEX #3F1E3B Mardi Gras

📋 copy color: '#3F1E3B'

red 63 ◦ green 30 ◦ blue 59

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

Shades of Mardi Gras #3F1E3B

Tints of Mardi Gras #3F1E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 59 (23.44% from 255) = 38.82%

R = 41.45%
G = 19.74%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3F1E3B (or 0x3F1E3B) is known color: Mardi Gras. HEX triplet: 3F, 1E and 3B. RGB value is (63,30,59). Sum of RGB (Red+Green+Blue) = 63+30+59=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E3B is #C0E1C4. Grayscale: #2B2B2B. Windows color (decimal): -12640709 or 3874367. OLE color: 3874367.

HSL color Cylindrical-coordinate representation of color #3F1E3B: hue angle of 307.27º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E3B is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 30 59 -
CMYK 0 0.52 0.06 0.75
HSL 307.27º 0.35% 0.18% -
HSV(B) 307.27º 0.52% 0.25% -
XYZ 3.3 2.3 4.41 -
YUV 43.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 63 30 59 0 0.52 0.06 0.75 307.27 0.35 0.18
Hex 3F 1E 3B 0 34 6 4B 133 23 12
Octal 77 36 73 0 64 6 113 463 43 22
Binary 111111 11110 111011 0 110100 110 1001011 100110011 100011 10010

Color Harmonies of #3F1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E3B

Black with #3F1E3B

Text Example


Text Example

White with #3F1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,59); }

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

background-color css

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

 a { background-color: rgb(63,30,59); }

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

border-color css

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

 span { border-color: rgb(63,30,59); }

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