Html Css Color HEX #3F0A36 Mardi Gras

📋 copy color: '#3F0A36'

red 63 ◦ green 10 ◦ blue 54

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

Shades of Mardi Gras #3F0A36

Tints of Mardi Gras #3F0A36

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

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

R = 49.61%
G = 7.87%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F0A36 (or 0x3F0A36) is known color: Mardi Gras. HEX triplet: 3F, 0A and 36. RGB value is (63,10,54). Sum of RGB (Red+Green+Blue) = 63+10+54=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A36 is #C0F5C9. Grayscale: #1E1E1E. Windows color (decimal): -12645834 or 3541567. OLE color: 3541567.

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

Color convert

RGB 63 10 54 -
CMYK 0 0.84 0.14 0.75
HSL 310.19º 0.73% 0.14% -
HSV(B) 310.19º 0.84% 0.25% -
XYZ 2.82 1.54 3.64 -
YUV 30.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 63 10 54 0 0.84 0.14 0.75 310.19 0.73 0.14
Hex 3F A 36 0 54 E 4B 136 49 E
Octal 77 12 66 0 124 16 113 466 111 16
Binary 111111 1010 110110 0 1010100 1110 1001011 100110110 1001001 1110

Color Harmonies of #3F0A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0A36

Black with #3F0A36

Text Example


Text Example

White with #3F0A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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