Html Css Color HEX #341138 Mardi Gras

📋 copy color: '#341138'

red 52 ◦ green 17 ◦ blue 56

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

Shades of Mardi Gras #341138

Tints of Mardi Gras #341138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

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

R = 41.6%
G = 13.6%
B = 44.8%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341138 (or 0x341138) is known color: Mardi Gras. HEX triplet: 34, 11 and 38. RGB value is (52,17,56). Sum of RGB (Red+Green+Blue) = 52+17+56=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #341138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341138 is #CBEEC7. Grayscale: #1F1F1F. Windows color (decimal): -13364936 or 3674420. OLE color: 3674420.

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

Color convert

RGB 52 17 56 -
CMYK 0.07 0.70 0 0.78
HSL 293.85º 0.53% 0.14% -
HSV(B) 293.85º 0.7% 0.22% -
XYZ 2.33 1.42 3.89 -
YUV 31.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 52 17 56 0.07 0.70 0 0.78 293.85 0.53 0.14
Hex 34 11 38 7 46 0 4E 126 35 E
Octal 64 21 70 7 106 0 116 446 65 16
Binary 110100 10001 111000 111 1000110 0 1001110 100100110 110101 1110

Color Harmonies of #341138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341138

Black with #341138

Text Example


Text Example

White with #341138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341138; }

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

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

background-color css

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

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

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

border-color css

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

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

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