Html Css Color HEX #341339 Mardi Gras

📋 copy color: '#341339'

red 52 ◦ green 19 ◦ blue 57

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

Shades of Mardi Gras #341339

Tints of Mardi Gras #341339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 40.63%
G = 14.84%
B = 44.53%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341339 (or 0x341339) is known color: Mardi Gras. HEX triplet: 34, 13 and 39. RGB value is (52,19,57). Sum of RGB (Red+Green+Blue) = 52+19+57=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #341339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341339 is #CBECC6. Grayscale: #212121. Windows color (decimal): -13364423 or 3740468. OLE color: 3740468.

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

Color convert

RGB 52 19 57 -
CMYK 0.09 0.67 0 0.78
HSL 292.11º 0.5% 0.15% -
HSV(B) 292.11º 0.67% 0.22% -
XYZ 2.39 1.49 4.03 -
YUV 33.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 52 19 57 0.09 0.67 0 0.78 292.11 0.5 0.15
Hex 34 13 39 9 43 0 4E 124 32 F
Octal 64 23 71 11 103 0 116 444 62 17
Binary 110100 10011 111001 1001 1000011 0 1001110 100100100 110010 1111

Color Harmonies of #341339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341339

Black with #341339

Text Example


Text Example

White with #341339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341339; }

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

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

background-color css

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

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

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

border-color css

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

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

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