Html Css Color HEX #3F093F Mardi Gras

📋 copy color: '#3F093F'

red 63 ◦ green 9 ◦ blue 63

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

Shades of Mardi Gras #3F093F

Tints of Mardi Gras #3F093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.67%

R = 46.67%
G = 6.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F093F (or 0x3F093F) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3F. RGB value is (63,9,63). Sum of RGB (Red+Green+Blue) = 63+9+63=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093F is #C0F6C0. Grayscale: #1F1F1F. Windows color (decimal): -12646081 or 4131135. OLE color: 4131135.

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

Color convert

RGB 63 9 63 -
CMYK 0 0.86 0 0.75
HSL 300º 0.75% 0.14% -
HSV(B) 300º 0.86% 0.25% -
XYZ 3.04 1.61 4.85 -
YUV 31.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 63 9 63 0 0.86 0 0.75 300 0.75 0.14
Hex 3F 9 3F 0 56 0 4B 12C 4B E
Octal 77 11 77 0 126 0 113 454 113 16
Binary 111111 1001 111111 0 1010110 0 1001011 100101100 1001011 1110

Color Harmonies of #3F093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F093F

Black with #3F093F

Text Example


Text Example

White with #3F093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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