Html Css Color HEX #341030 Mardi Gras

📋 copy color: '#341030'

red 52 ◦ green 16 ◦ blue 48

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

Shades of Mardi Gras #341030

Tints of Mardi Gras #341030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

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

R = 44.83%
G = 13.79%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341030 (or 0x341030) is known color: Mardi Gras. HEX triplet: 34, 10 and 30. RGB value is (52,16,48). Sum of RGB (Red+Green+Blue) = 52+16+48=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341030 is #CBEFCF. Grayscale: #1E1E1E. Windows color (decimal): -13365200 or 3149876. OLE color: 3149876.

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

Color convert

RGB 52 16 48 -
CMYK 0 0.69 0.08 0.80
HSL 306.67º 0.53% 0.13% -
HSV(B) 306.67º 0.69% 0.2% -
XYZ 2.13 1.31 2.94 -
YUV 30.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 52 16 48 0 0.69 0.08 0.80 306.67 0.53 0.13
Hex 34 10 30 0 45 8 50 133 35 D
Octal 64 20 60 0 105 10 120 463 65 15
Binary 110100 10000 110000 0 1000101 1000 1010000 100110011 110101 1101

Color Harmonies of #341030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341030

Black with #341030

Text Example


Text Example

White with #341030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341030; }

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

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

background-color css

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

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

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

border-color css

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

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

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