Html Css Color HEX #340E2D Mardi Gras

📋 copy color: '#340E2D'

red 52 ◦ green 14 ◦ blue 45

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

Shades of Mardi Gras #340E2D

Tints of Mardi Gras #340E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.61%

 BLUE value IS 45 (17.97% from 255) = 40.54%

R = 46.85%
G = 12.61%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.80

RGB Variations

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

Color information

#340E2D (or 0x340E2D) is known color: Mardi Gras. HEX triplet: 34, 0E and 2D. RGB value is (52,14,45). Sum of RGB (Red+Green+Blue) = 52+14+45=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2D is #CBF1D2. Grayscale: #1C1C1C. Windows color (decimal): -13365715 or 2952756. OLE color: 2952756.

HSL color Cylindrical-coordinate representation of color #340E2D: hue angle of 311.05º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E2D is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 45 -
CMYK 0 0.73 0.13 0.80
HSL 311.05º 0.58% 0.13% -
HSV(B) 311.05º 0.73% 0.2% -
XYZ 2.05 1.23 2.61 -
YUV 28.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 52 14 45 0 0.73 0.13 0.80 311.05 0.58 0.13
Hex 34 E 2D 0 49 D 50 137 3A D
Octal 64 16 55 0 111 15 120 467 72 15
Binary 110100 1110 101101 0 1001001 1101 1010000 100110111 111010 1101

Color Harmonies of #340E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E2D

Black with #340E2D

Text Example


Text Example

White with #340E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E2D; }

 p { color: rgb(52,14,45); }

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

background-color css

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

 a { background-color: rgb(52,14,45); }

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

border-color css

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

 span { border-color: rgb(52,14,45); }

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