Html Css Color HEX #400343 Mardi Gras

📋 copy color: '#400343'

red 64 ◦ green 3 ◦ blue 67

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

Shades of Mardi Gras #400343

Tints of Mardi Gras #400343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 50%

R = 47.76%
G = 2.24%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#400343 (or 0x400343) is known color: Mardi Gras. HEX triplet: 40, 03 and 43. RGB value is (64,3,67). Sum of RGB (Red+Green+Blue) = 64+3+67=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #400343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400343 is #BFFCBC. Grayscale: #1C1C1C. Windows color (decimal): -12582077 or 4391744. OLE color: 4391744.

HSL color Cylindrical-coordinate representation of color #400343: hue angle of 297.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400343 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 3 67 -
CMYK 0.04 0.96 0 0.74
HSL 297.19º 0.91% 0.14% -
HSV(B) 297.19º 0.96% 0.26% -
XYZ 3.16 1.56 5.44 -
YUV 28.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 64 3 67 0.04 0.96 0 0.74 297.19 0.91 0.14
Hex 40 3 43 4 60 0 4A 129 5B E
Octal 100 3 103 4 140 0 112 451 133 16
Binary 1000000 11 1000011 100 1100000 0 1001010 100101001 1011011 1110

Color Harmonies of #400343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400343

Black with #400343

Text Example


Text Example

White with #400343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400343; }

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

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

background-color css

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

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

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

border-color css

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

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

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