Html Css Color HEX #3F0936 Mardi Gras

📋 copy color: '#3F0936'

red 63 ◦ green 9 ◦ blue 54

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

Shades of Mardi Gras #3F0936

Tints of Mardi Gras #3F0936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 50%
G = 7.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F0936 (or 0x3F0936) is known color: Mardi Gras. HEX triplet: 3F, 09 and 36. RGB value is (63,9,54). Sum of RGB (Red+Green+Blue) = 63+9+54=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0936 is #C0F6C9. Grayscale: #1E1E1E. Windows color (decimal): -12646090 or 3541311. OLE color: 3541311.

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

Color convert

RGB 63 9 54 -
CMYK 0 0.86 0.14 0.75
HSL 310º 0.75% 0.14% -
HSV(B) 310º 0.86% 0.25% -
XYZ 2.81 1.52 3.63 -
YUV 30.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 63 9 54 0 0.86 0.14 0.75 310 0.75 0.14
Hex 3F 9 36 0 56 E 4B 136 4B E
Octal 77 11 66 0 126 16 113 466 113 16
Binary 111111 1001 110110 0 1010110 1110 1001011 100110110 1001011 1110

Color Harmonies of #3F0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0936

Black with #3F0936

Text Example


Text Example

White with #3F0936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,54); }

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

background-color css

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

 a { background-color: rgb(63,9,54); }

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

border-color css

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

 span { border-color: rgb(63,9,54); }

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