Html Css Color HEX #3F0939 Mardi Gras

📋 copy color: '#3F0939'

red 63 ◦ green 9 ◦ blue 57

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

Shades of Mardi Gras #3F0939

Tints of Mardi Gras #3F0939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 48.84%
G = 6.98%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F0939 (or 0x3F0939) is known color: Mardi Gras. HEX triplet: 3F, 09 and 39. RGB value is (63,9,57). Sum of RGB (Red+Green+Blue) = 63+9+57=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0939 is #C0F6C6. Grayscale: #1E1E1E. Windows color (decimal): -12646087 or 3737919. OLE color: 3737919.

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

Color convert

RGB 63 9 57 -
CMYK 0 0.86 0.10 0.75
HSL 306.67º 0.75% 0.14% -
HSV(B) 306.67º 0.86% 0.25% -
XYZ 2.89 1.55 4.02 -
YUV 30.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 63 9 57 0 0.86 0.10 0.75 306.67 0.75 0.14
Hex 3F 9 39 0 56 A 4B 133 4B E
Octal 77 11 71 0 126 12 113 463 113 16
Binary 111111 1001 111001 0 1010110 1010 1001011 100110011 1001011 1110

Color Harmonies of #3F0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0939

Black with #3F0939

Text Example


Text Example

White with #3F0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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