Html Css Color HEX #341236 Mardi Gras

📋 copy color: '#341236'

red 52 ◦ green 18 ◦ blue 54

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

Shades of Mardi Gras #341236

Tints of Mardi Gras #341236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 41.94%
G = 14.52%
B = 43.55%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341236 (or 0x341236) is known color: Mardi Gras. HEX triplet: 34, 12 and 36. RGB value is (52,18,54). Sum of RGB (Red+Green+Blue) = 52+18+54=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #341236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341236 is #CBEDC9. Grayscale: #202020. Windows color (decimal): -13364682 or 3543604. OLE color: 3543604.

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

Color convert

RGB 52 18 54 -
CMYK 0.04 0.67 0 0.79
HSL 296.67º 0.5% 0.14% -
HSV(B) 296.67º 0.67% 0.21% -
XYZ 2.3 1.43 3.64 -
YUV 32.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 52 18 54 0.04 0.67 0 0.79 296.67 0.5 0.14
Hex 34 12 36 4 43 0 4F 129 32 E
Octal 64 22 66 4 103 0 117 451 62 16
Binary 110100 10010 110110 100 1000011 0 1001111 100101001 110010 1110

Color Harmonies of #341236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341236

Black with #341236

Text Example


Text Example

White with #341236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341236; }

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

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

background-color css

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

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

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

border-color css

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

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

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