Html Css Color HEX #341239 Mardi Gras

📋 copy color: '#341239'

red 52 ◦ green 18 ◦ blue 57

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

Shades of Mardi Gras #341239

Tints of Mardi Gras #341239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.88%

R = 40.94%
G = 14.17%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341239 (or 0x341239) is known color: Mardi Gras. HEX triplet: 34, 12 and 39. RGB value is (52,18,57). Sum of RGB (Red+Green+Blue) = 52+18+57=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #341239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341239 is #CBEDC6. Grayscale: #202020. Windows color (decimal): -13364679 or 3740212. OLE color: 3740212.

HSL color Cylindrical-coordinate representation of color #341239: hue angle of 292.31º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341239 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 18 57 -
CMYK 0.09 0.68 0 0.78
HSL 292.31º 0.52% 0.15% -
HSV(B) 292.31º 0.68% 0.22% -
XYZ 2.37 1.46 4.03 -
YUV 32.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 52 18 57 0.09 0.68 0 0.78 292.31 0.52 0.15
Hex 34 12 39 9 44 0 4E 124 34 F
Octal 64 22 71 11 104 0 116 444 64 17
Binary 110100 10010 111001 1001 1000100 0 1001110 100100100 110100 1111

Color Harmonies of #341239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341239

Black with #341239

Text Example


Text Example

White with #341239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341239; }

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

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

background-color css

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

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

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

border-color css

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

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

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