Html Css Color HEX #341130 Mardi Gras

📋 copy color: '#341130'

red 52 ◦ green 17 ◦ blue 48

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

Shades of Mardi Gras #341130

Tints of Mardi Gras #341130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 44.44%
G = 14.53%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341130 (or 0x341130) is known color: Mardi Gras. HEX triplet: 34, 11 and 30. RGB value is (52,17,48). Sum of RGB (Red+Green+Blue) = 52+17+48=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341130 is #CBEECF. Grayscale: #1E1E1E. Windows color (decimal): -13364944 or 3150132. OLE color: 3150132.

HSL color Cylindrical-coordinate representation of color #341130: hue angle of 306.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341130 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 17 48 -
CMYK 0 0.67 0.08 0.80
HSL 306.86º 0.51% 0.14% -
HSV(B) 306.86º 0.67% 0.2% -
XYZ 2.15 1.34 2.94 -
YUV 31 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 52 17 48 0 0.67 0.08 0.80 306.86 0.51 0.14
Hex 34 11 30 0 43 8 50 133 33 E
Octal 64 21 60 0 103 10 120 463 63 16
Binary 110100 10001 110000 0 1000011 1000 1010000 100110011 110011 1110

Color Harmonies of #341130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341130

Black with #341130

Text Example


Text Example

White with #341130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341130; }

 p { color: rgb(52,17,48); }

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

background-color css

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

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

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

border-color css

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

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

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