Html Css Color HEX #340B31 Mardi Gras

📋 copy color: '#340B31'

red 52 ◦ green 11 ◦ blue 49

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

Shades of Mardi Gras #340B31

Tints of Mardi Gras #340B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.82%

 BLUE value IS 49 (19.53% from 255) = 43.75%

R = 46.43%
G = 9.82%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#340B31 (or 0x340B31) is known color: Mardi Gras. HEX triplet: 34, 0B and 31. RGB value is (52,11,49). Sum of RGB (Red+Green+Blue) = 52+11+49=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #340B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B31 is #CBF4CE. Grayscale: #1B1B1B. Windows color (decimal): -13366479 or 3214132. OLE color: 3214132.

HSL color Cylindrical-coordinate representation of color #340B31: hue angle of 304.39º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B31 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 11 49 -
CMYK 0 0.79 0.06 0.80
HSL 304.39º 0.65% 0.12% -
HSV(B) 304.39º 0.79% 0.2% -
XYZ 2.09 1.19 3.03 -
YUV 27.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 52 11 49 0 0.79 0.06 0.80 304.39 0.65 0.12
Hex 34 B 31 0 4F 6 50 130 41 C
Octal 64 13 61 0 117 6 120 460 101 14
Binary 110100 1011 110001 0 1001111 110 1010000 100110000 1000001 1100

Color Harmonies of #340B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B31

Black with #340B31

Text Example


Text Example

White with #340B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340B31; }

 p { color: rgb(52,11,49); }

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

background-color css

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

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

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

border-color css

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

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

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