Html Css Color HEX #341335 Mardi Gras

📋 copy color: '#341335'

red 52 ◦ green 19 ◦ blue 53

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

Shades of Mardi Gras #341335

Tints of Mardi Gras #341335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 41.94%
G = 15.32%
B = 42.74%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341335 (or 0x341335) is known color: Mardi Gras. HEX triplet: 34, 13 and 35. RGB value is (52,19,53). Sum of RGB (Red+Green+Blue) = 52+19+53=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #341335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341335 is #CBECCA. Grayscale: #202020. Windows color (decimal): -13364427 or 3478324. OLE color: 3478324.

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

Color convert

RGB 52 19 53 -
CMYK 0.02 0.64 0 0.79
HSL 298.24º 0.47% 0.14% -
HSV(B) 298.24º 0.64% 0.21% -
XYZ 2.29 1.45 3.53 -
YUV 32.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 52 19 53 0.02 0.64 0 0.79 298.24 0.47 0.14
Hex 34 13 35 2 40 0 4F 12A 2F E
Octal 64 23 65 2 100 0 117 452 57 16
Binary 110100 10011 110101 10 1000000 0 1001111 100101010 101111 1110

Color Harmonies of #341335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341335

Black with #341335

Text Example


Text Example

White with #341335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341335; }

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

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

background-color css

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

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

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

border-color css

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

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

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