Html Css Color HEX #340E38 Mardi Gras

📋 copy color: '#340E38'

red 52 ◦ green 14 ◦ blue 56

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

Shades of Mardi Gras #340E38

Tints of Mardi Gras #340E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.9%

R = 42.62%
G = 11.48%
B = 45.9%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340E38 (or 0x340E38) is known color: Mardi Gras. HEX triplet: 34, 0E and 38. RGB value is (52,14,56). Sum of RGB (Red+Green+Blue) = 52+14+56=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #340E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E38 is #CBF1C7. Grayscale: #1E1E1E. Windows color (decimal): -13365704 or 3673652. OLE color: 3673652.

HSL color Cylindrical-coordinate representation of color #340E38: hue angle of 294.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340E38 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 14 56 -
CMYK 0.07 0.75 0 0.78
HSL 294.29º 0.6% 0.14% -
HSV(B) 294.29º 0.75% 0.22% -
XYZ 2.29 1.33 3.88 -
YUV 30.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 52 14 56 0.07 0.75 0 0.78 294.29 0.6 0.14
Hex 34 E 38 7 4B 0 4E 126 3C E
Octal 64 16 70 7 113 0 116 446 74 16
Binary 110100 1110 111000 111 1001011 0 1001110 100100110 111100 1110

Color Harmonies of #340E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E38

Black with #340E38

Text Example


Text Example

White with #340E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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