Html Css Color HEX #3F033B Mardi Gras

📋 copy color: '#3F033B'

red 63 ◦ green 3 ◦ blue 59

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

Shades of Mardi Gras #3F033B

Tints of Mardi Gras #3F033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 59 (23.44% from 255) = 47.2%

R = 50.4%
G = 2.4%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3F033B (or 0x3F033B) is known color: Mardi Gras. HEX triplet: 3F, 03 and 3B. RGB value is (63,3,59). Sum of RGB (Red+Green+Blue) = 63+3+59=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F033B is #C0FCC4. Grayscale: #1B1B1B. Windows color (decimal): -12647621 or 3867455. OLE color: 3867455.

HSL color Cylindrical-coordinate representation of color #3F033B: hue angle of 304º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F033B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 3 59 -
CMYK 0 0.95 0.06 0.75
HSL 304º 0.91% 0.13% -
HSV(B) 304º 0.95% 0.25% -
XYZ 2.87 1.44 4.26 -
YUV 27.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 63 3 59 0 0.95 0.06 0.75 304 0.91 0.13
Hex 3F 3 3B 0 5F 6 4B 130 5B D
Octal 77 3 73 0 137 6 113 460 133 15
Binary 111111 11 111011 0 1011111 110 1001011 100110000 1011011 1101

Color Harmonies of #3F033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F033B

Black with #3F033B

Text Example


Text Example

White with #3F033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,59); }

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

background-color css

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

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

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

border-color css

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

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

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