Html Css Color HEX #3F063E Mardi Gras

📋 copy color: '#3F063E'

red 63 ◦ green 6 ◦ blue 62

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

Shades of Mardi Gras #3F063E

Tints of Mardi Gras #3F063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.58%

 BLUE value IS 62 (24.61% from 255) = 47.33%

R = 48.09%
G = 4.58%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F063E (or 0x3F063E) is known color: Mardi Gras. HEX triplet: 3F, 06 and 3E. RGB value is (63,6,62). Sum of RGB (Red+Green+Blue) = 63+6+62=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F063E is #C0F9C1. Grayscale: #1D1D1D. Windows color (decimal): -12646850 or 4064831. OLE color: 4064831.

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

Color convert

RGB 63 6 62 -
CMYK 0 0.90 0.02 0.75
HSL 301.05º 0.83% 0.14% -
HSV(B) 301.05º 0.9% 0.25% -
XYZ 2.98 1.53 4.7 -
YUV 29.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 63 6 62 0 0.90 0.02 0.75 301.05 0.83 0.14
Hex 3F 6 3E 0 5A 2 4B 12D 53 E
Octal 77 6 76 0 132 2 113 455 123 16
Binary 111111 110 111110 0 1011010 10 1001011 100101101 1010011 1110

Color Harmonies of #3F063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F063E

Black with #3F063E

Text Example


Text Example

White with #3F063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,62); }

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

background-color css

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

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

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

border-color css

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

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

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