Html Css Color HEX #340036 Mardi Gras

📋 copy color: '#340036'

red 52 ◦ green 0 ◦ blue 54

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

Shades of Mardi Gras #340036

Tints of Mardi Gras #340036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50.94%

R = 49.06%
G = 0%
B = 50.94%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#340036 (or 0x340036) is known color: Mardi Gras. HEX triplet: 34, 00 and 36. RGB value is (52,0,54). Sum of RGB (Red+Green+Blue) = 52+0+54=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #340036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340036 is #CBFFC9. Grayscale: #151515. Windows color (decimal): -13369290 or 3538996. OLE color: 3538996.

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

Color convert

RGB 52 0 54 -
CMYK 0.04 1 0 0.79
HSL 297.78º 1% 0.11% -
HSV(B) 297.78º 1% 0.21% -
XYZ 2.08 1 3.57 -
YUV 21.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 52 0 54 0.04 1 0 0.79 297.78 1 0.11
Hex 34 0 36 4 64 0 4F 12A 64 B
Octal 64 0 66 4 144 0 117 452 144 13
Binary 110100 0 110110 100 1100100 0 1001111 100101010 1100100 1011

Color Harmonies of #340036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340036

Black with #340036

Text Example


Text Example

White with #340036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340036; }

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

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

background-color css

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

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

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

border-color css

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

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

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