Html Css Color HEX #340035 Mardi Gras

📋 copy color: '#340035'

red 52 ◦ green 0 ◦ blue 53

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

Shades of Mardi Gras #340035

Tints of Mardi Gras #340035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.52%
G = 0%
B = 50.48%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#340035 (or 0x340035) is known color: Mardi Gras. HEX triplet: 34, 00 and 35. RGB value is (52,0,53). Sum of RGB (Red+Green+Blue) = 52+0+53=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #340035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340035 is #CBFFCA. Grayscale: #151515. Windows color (decimal): -13369291 or 3473460. OLE color: 3473460.

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

Color convert

RGB 52 0 53 -
CMYK 0.02 1 0 0.79
HSL 298.87º 1% 0.1% -
HSV(B) 298.87º 1% 0.21% -
XYZ 2.06 0.99 3.45 -
YUV 21.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 52 0 53 0.02 1 0 0.79 298.87 1 0.1
Hex 34 0 35 2 64 0 4F 12B 64 A
Octal 64 0 65 2 144 0 117 453 144 12
Binary 110100 0 110101 10 1100100 0 1001111 100101011 1100100 1010

Color Harmonies of #340035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340035

Black with #340035

Text Example


Text Example

White with #340035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340035; }

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

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

background-color css

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

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

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

border-color css

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

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

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