Html Css Color HEX #40033B Mardi Gras

📋 copy color: '#40033B'

red 64 ◦ green 3 ◦ blue 59

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

Shades of Mardi Gras #40033B

Tints of Mardi Gras #40033B

RGB

 RED value IS 64 (25.39% from 255) = 50.79%

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

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

R = 50.79%
G = 2.38%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40033B (or 0x40033B) is known color: Mardi Gras. HEX triplet: 40, 03 and 3B. RGB value is (64,3,59). Sum of RGB (Red+Green+Blue) = 64+3+59=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40033B is #BFFCC4. Grayscale: #1B1B1B. Windows color (decimal): -12582085 or 3867456. OLE color: 3867456.

HSL color Cylindrical-coordinate representation of color #40033B: hue angle of 304.92º 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 #40033B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 3 59 -
CMYK 0 0.95 0.08 0.75
HSL 304.92º 0.91% 0.13% -
HSV(B) 304.92º 0.95% 0.25% -
XYZ 2.94 1.47 4.27 -
YUV 27.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 64 3 59 0 0.95 0.08 0.75 304.92 0.91 0.13
Hex 40 3 3B 0 5F 8 4B 131 5B D
Octal 100 3 73 0 137 10 113 461 133 15
Binary 1000000 11 111011 0 1011111 1000 1001011 100110001 1011011 1101

Color Harmonies of #40033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40033B

Black with #40033B

Text Example


Text Example

White with #40033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40033B; }

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

 H1.HeaderClassName
 {
   color: #40033B;
 }
 .AnyTagClassName
 {
   color: #40033B;
 }
</style>

background-color css

<style>
 a { background-color: #40033B; }

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

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

border-color css

<style>
 span { border-color: #40033B; }

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

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