Html Css Color HEX #340334 Mardi Gras

📋 copy color: '#340334'

red 52 ◦ green 3 ◦ blue 52

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

Shades of Mardi Gras #340334

Tints of Mardi Gras #340334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 48.6%
G = 2.8%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#340334 (or 0x340334) is known color: Mardi Gras. HEX triplet: 34, 03 and 34. RGB value is (52,3,52). Sum of RGB (Red+Green+Blue) = 52+3+52=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #340334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340334 is #CBFCCB. Grayscale: #171717. Windows color (decimal): -13368524 or 3408692. OLE color: 3408692.

HSL color Cylindrical-coordinate representation of color #340334: hue angle of 300º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340334 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 3 52 -
CMYK 0 0.94 0 0.80
HSL 300º 0.89% 0.11% -
HSV(B) 300º 0.94% 0.2% -
XYZ 2.07 1.04 3.34 -
YUV 23.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 52 3 52 0 0.94 0 0.80 300 0.89 0.11
Hex 34 3 34 0 5E 0 50 12C 59 B
Octal 64 3 64 0 136 0 120 454 131 13
Binary 110100 11 110100 0 1011110 0 1010000 100101100 1011001 1011

Color Harmonies of #340334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340334

Black with #340334

Text Example


Text Example

White with #340334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340334; }

 p { color: rgb(52,3,52); }

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

background-color css

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

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

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

border-color css

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

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

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