Html Css Color HEX #3F0B46 Mardi Gras

📋 copy color: '#3F0B46'

red 63 ◦ green 11 ◦ blue 70

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

Shades of Mardi Gras #3F0B46

Tints of Mardi Gras #3F0B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.64%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 43.75%
G = 7.64%
B = 48.61%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3F0B46 (or 0x3F0B46) is known color: Mardi Gras. HEX triplet: 3F, 0B and 46. RGB value is (63,11,70). Sum of RGB (Red+Green+Blue) = 63+11+70=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F0B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B46 is #C0F4B9. Grayscale: #212121. Windows color (decimal): -12645562 or 4590399. OLE color: 4590399.

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

Color convert

RGB 63 11 70 -
CMYK 0.10 0.84 0 0.73
HSL 292.88º 0.73% 0.16% -
HSV(B) 292.88º 0.84% 0.27% -
XYZ 3.28 1.74 5.96 -
YUV 33.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 63 11 70 0.10 0.84 0 0.73 292.88 0.73 0.16
Hex 3F B 46 A 54 0 49 125 49 10
Octal 77 13 106 12 124 0 111 445 111 20
Binary 111111 1011 1000110 1010 1010100 0 1001001 100100101 1001001 10000

Color Harmonies of #3F0B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B46

Black with #3F0B46

Text Example


Text Example

White with #3F0B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,11,70); }

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

background-color css

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

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

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

border-color css

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

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

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