Html Css Color HEX #341134 Mardi Gras

📋 copy color: '#341134'

red 52 ◦ green 17 ◦ blue 52

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

Shades of Mardi Gras #341134

Tints of Mardi Gras #341134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 42.98%

R = 42.98%
G = 14.05%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#341134 (or 0x341134) is known color: Mardi Gras. HEX triplet: 34, 11 and 34. RGB value is (52,17,52). Sum of RGB (Red+Green+Blue) = 52+17+52=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341134 is #CBEECB. Grayscale: #1F1F1F. Windows color (decimal): -13364940 or 3412276. OLE color: 3412276.

HSL color Cylindrical-coordinate representation of color #341134: hue angle of 300º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341134 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 17 52 -
CMYK 0 0.67 0 0.80
HSL 300º 0.51% 0.14% -
HSV(B) 300º 0.67% 0.2% -
XYZ 2.24 1.38 3.4 -
YUV 31.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 52 17 52 0 0.67 0 0.80 300 0.51 0.14
Hex 34 11 34 0 43 0 50 12C 33 E
Octal 64 21 64 0 103 0 120 454 63 16
Binary 110100 10001 110100 0 1000011 0 1010000 100101100 110011 1110

Color Harmonies of #341134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341134

Black with #341134

Text Example


Text Example

White with #341134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341134; }

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

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

background-color css

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

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

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

border-color css

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

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

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