Html Css Color HEX #341330 Mardi Gras

📋 copy color: '#341330'

red 52 ◦ green 19 ◦ blue 48

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

Shades of Mardi Gras #341330

Tints of Mardi Gras #341330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 43.7%
G = 15.97%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341330 (or 0x341330) is known color: Mardi Gras. HEX triplet: 34, 13 and 30. RGB value is (52,19,48). Sum of RGB (Red+Green+Blue) = 52+19+48=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #341330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341330 is #CBECCF. Grayscale: #202020. Windows color (decimal): -13364432 or 3150644. OLE color: 3150644.

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

Color convert

RGB 52 19 48 -
CMYK 0 0.63 0.08 0.80
HSL 307.27º 0.46% 0.14% -
HSV(B) 307.27º 0.63% 0.2% -
XYZ 2.18 1.41 2.95 -
YUV 32.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 52 19 48 0 0.63 0.08 0.80 307.27 0.46 0.14
Hex 34 13 30 0 3F 8 50 133 2E E
Octal 64 23 60 0 77 10 120 463 56 16
Binary 110100 10011 110000 0 111111 1000 1010000 100110011 101110 1110

Color Harmonies of #341330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341330

Black with #341330

Text Example


Text Example

White with #341330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341330; }

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

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

background-color css

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

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

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

border-color css

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

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

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