Html Css Color HEX #341235 Mardi Gras

📋 copy color: '#341235'

red 52 ◦ green 18 ◦ blue 53

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

Shades of Mardi Gras #341235

Tints of Mardi Gras #341235

RGB

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

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

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

R = 42.28%
G = 14.63%
B = 43.09%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341235 (or 0x341235) is known color: Mardi Gras. HEX triplet: 34, 12 and 35. RGB value is (52,18,53). Sum of RGB (Red+Green+Blue) = 52+18+53=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #341235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341235 is #CBEDCA. Grayscale: #202020. Windows color (decimal): -13364683 or 3478068. OLE color: 3478068.

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

Color convert

RGB 52 18 53 -
CMYK 0.02 0.66 0 0.79
HSL 298.29º 0.49% 0.14% -
HSV(B) 298.29º 0.66% 0.21% -
XYZ 2.28 1.42 3.52 -
YUV 32.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 52 18 53 0.02 0.66 0 0.79 298.29 0.49 0.14
Hex 34 12 35 2 42 0 4F 12A 31 E
Octal 64 22 65 2 102 0 117 452 61 16
Binary 110100 10010 110101 10 1000010 0 1001111 100101010 110001 1110

Color Harmonies of #341235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341235

Black with #341235

Text Example


Text Example

White with #341235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341235; }

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

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

background-color css

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

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

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

border-color css

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

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

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