Html Css Color HEX #341730 Mardi Gras

📋 copy color: '#341730'

red 52 ◦ green 23 ◦ blue 48

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

Shades of Mardi Gras #341730

Tints of Mardi Gras #341730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 42.28%
G = 18.7%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#341730 (or 0x341730) is known color: Mardi Gras. HEX triplet: 34, 17 and 30. RGB value is (52,23,48). Sum of RGB (Red+Green+Blue) = 52+23+48=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341730 is #CBE8CF. Grayscale: #222222. Windows color (decimal): -13363408 or 3151668. OLE color: 3151668.

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

Color convert

RGB 52 23 48 -
CMYK 0 0.56 0.08 0.80
HSL 308.28º 0.39% 0.15% -
HSV(B) 308.28º 0.56% 0.2% -
XYZ 2.26 1.56 2.98 -
YUV 34.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 52 23 48 0 0.56 0.08 0.80 308.28 0.39 0.15
Hex 34 17 30 0 38 8 50 134 27 F
Octal 64 27 60 0 70 10 120 464 47 17
Binary 110100 10111 110000 0 111000 1000 1010000 100110100 100111 1111

Color Harmonies of #341730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341730

Black with #341730

Text Example


Text Example

White with #341730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341730; }

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

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

background-color css

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

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

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

border-color css

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

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

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