Html Css Color HEX #340731 Mardi Gras

📋 copy color: '#340731'

red 52 ◦ green 7 ◦ blue 49

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

Shades of Mardi Gras #340731

Tints of Mardi Gras #340731

RGB

 RED value IS 52 (20.7% from 255) = 48.15%

 GREEN value IS 7 (3.13% from 255) = 6.48%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 48.15%
G = 6.48%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#340731 (or 0x340731) is known color: Mardi Gras. HEX triplet: 34, 07 and 31. RGB value is (52,7,49). Sum of RGB (Red+Green+Blue) = 52+7+49=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #340731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340731 is #CBF8CE. Grayscale: #191919. Windows color (decimal): -13367503 or 3213108. OLE color: 3213108.

HSL color Cylindrical-coordinate representation of color #340731: hue angle of 304º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340731 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 7 49 -
CMYK 0 0.87 0.06 0.80
HSL 304º 0.76% 0.12% -
HSV(B) 304º 0.87% 0.2% -
XYZ 2.05 1.1 3.01 -
YUV 25.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 52 7 49 0 0.87 0.06 0.80 304 0.76 0.12
Hex 34 7 31 0 57 6 50 130 4C C
Octal 64 7 61 0 127 6 120 460 114 14
Binary 110100 111 110001 0 1010111 110 1010000 100110000 1001100 1100

Color Harmonies of #340731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340731

Black with #340731

Text Example


Text Example

White with #340731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340731; }

 p { color: rgb(52,7,49); }

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

background-color css

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

 a { background-color: rgb(52,7,49); }

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

border-color css

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

 span { border-color: rgb(52,7,49); }

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