Html Css Color HEX #341136 Mardi Gras

📋 copy color: '#341136'

red 52 ◦ green 17 ◦ blue 54

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

Shades of Mardi Gras #341136

Tints of Mardi Gras #341136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 42.28%
G = 13.82%
B = 43.9%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341136 (or 0x341136) is known color: Mardi Gras. HEX triplet: 34, 11 and 36. RGB value is (52,17,54). Sum of RGB (Red+Green+Blue) = 52+17+54=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #341136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341136 is #CBEEC9. Grayscale: #1F1F1F. Windows color (decimal): -13364938 or 3543348. OLE color: 3543348.

HSL color Cylindrical-coordinate representation of color #341136: hue angle of 296.76º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341136 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 17 54 -
CMYK 0.04 0.69 0 0.79
HSL 296.76º 0.52% 0.14% -
HSV(B) 296.76º 0.69% 0.21% -
XYZ 2.28 1.4 3.64 -
YUV 31.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 52 17 54 0.04 0.69 0 0.79 296.76 0.52 0.14
Hex 34 11 36 4 45 0 4F 129 34 E
Octal 64 21 66 4 105 0 117 451 64 16
Binary 110100 10001 110110 100 1000101 0 1001111 100101001 110100 1110

Color Harmonies of #341136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341136

Black with #341136

Text Example


Text Example

White with #341136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341136; }

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

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

background-color css

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

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

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

border-color css

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

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

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