Html Css Color HEX #34142F Mardi Gras

📋 copy color: '#34142F'

red 52 ◦ green 20 ◦ blue 47

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

Shades of Mardi Gras #34142F

Tints of Mardi Gras #34142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 43.7%
G = 16.81%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#34142F (or 0x34142F) is known color: Mardi Gras. HEX triplet: 34, 14 and 2F. RGB value is (52,20,47). Sum of RGB (Red+Green+Blue) = 52+20+47=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142F is #CBEBD0. Grayscale: #202020. Windows color (decimal): -13364177 or 3085364. OLE color: 3085364.

HSL color Cylindrical-coordinate representation of color #34142F: hue angle of 309.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142F is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 20 47 -
CMYK 0 0.62 0.10 0.80
HSL 309.38º 0.44% 0.14% -
HSV(B) 309.38º 0.62% 0.2% -
XYZ 2.18 1.44 2.85 -
YUV 32.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 52 20 47 0 0.62 0.10 0.80 309.38 0.44 0.14
Hex 34 14 2F 0 3E A 50 135 2C E
Octal 64 24 57 0 76 12 120 465 54 16
Binary 110100 10100 101111 0 111110 1010 1010000 100110101 101100 1110

Color Harmonies of #34142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34142F

Black with #34142F

Text Example


Text Example

White with #34142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34142F; }

 p { color: rgb(52,20,47); }

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

background-color css

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

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

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

border-color css

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

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

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