Html Css Color HEX #40003A Mardi Gras

📋 copy color: '#40003A'

red 64 ◦ green 0 ◦ blue 58

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

Shades of Mardi Gras #40003A

Tints of Mardi Gras #40003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 52.46%
G = 0%
B = 47.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40003A (or 0x40003A) is known color: Mardi Gras. HEX triplet: 40, 00 and 3A. RGB value is (64,0,58). Sum of RGB (Red+Green+Blue) = 64+0+58=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #40003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40003A is #BFFFC5. Grayscale: #191919. Windows color (decimal): -12582854 or 3801152. OLE color: 3801152.

HSL color Cylindrical-coordinate representation of color #40003A: hue angle of 305.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40003A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 58 -
CMYK 0 1 0.09 0.75
HSL 305.63º 1% 0.13% -
HSV(B) 305.63º 1% 0.25% -
XYZ 2.88 1.4 4.12 -
YUV 25.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 64 0 58 0 1 0.09 0.75 305.63 1 0.13
Hex 40 0 3A 0 64 9 4B 132 64 D
Octal 100 0 72 0 144 11 113 462 144 15
Binary 1000000 0 111010 0 1100100 1001 1001011 100110010 1100100 1101

Color Harmonies of #40003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40003A

Black with #40003A

Text Example


Text Example

White with #40003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40003A; }

 p { color: rgb(64,0,58); }

 H1.HeaderClassName
 {
   color: #40003A;
 }
 .AnyTagClassName
 {
   color: #40003A;
 }
</style>

background-color css

<style>
 a { background-color: #40003A; }

 a { background-color: rgb(64,0,58); }

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

border-color css

<style>
 span { border-color: #40003A; }

 span { border-color: rgb(64,0,58); }

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