Html Css Color HEX #341237 Mardi Gras

📋 copy color: '#341237'

red 52 ◦ green 18 ◦ blue 55

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

Shades of Mardi Gras #341237

Tints of Mardi Gras #341237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 44%

R = 41.6%
G = 14.4%
B = 44%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341237 (or 0x341237) is known color: Mardi Gras. HEX triplet: 34, 12 and 37. RGB value is (52,18,55). Sum of RGB (Red+Green+Blue) = 52+18+55=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #341237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341237 is #CBEDC8. Grayscale: #202020. Windows color (decimal): -13364681 or 3609140. OLE color: 3609140.

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

Color convert

RGB 52 18 55 -
CMYK 0.05 0.67 0 0.78
HSL 295.14º 0.51% 0.14% -
HSV(B) 295.14º 0.67% 0.22% -
XYZ 2.32 1.44 3.77 -
YUV 32.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 52 18 55 0.05 0.67 0 0.78 295.14 0.51 0.14
Hex 34 12 37 5 43 0 4E 127 33 E
Octal 64 22 67 5 103 0 116 447 63 16
Binary 110100 10010 110111 101 1000011 0 1001110 100100111 110011 1110

Color Harmonies of #341237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341237

Black with #341237

Text Example


Text Example

White with #341237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341237; }

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

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

background-color css

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

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

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

border-color css

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

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

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