Html Css Color HEX #341738 Mardi Gras

📋 copy color: '#341738'

red 52 ◦ green 23 ◦ blue 56

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

Shades of Mardi Gras #341738

Tints of Mardi Gras #341738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 39.69%
G = 17.56%
B = 42.75%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341738 (or 0x341738) is known color: Mardi Gras. HEX triplet: 34, 17 and 38. RGB value is (52,23,56). Sum of RGB (Red+Green+Blue) = 52+23+56=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #341738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341738 is #CBE8C7. Grayscale: #232323. Windows color (decimal): -13363400 or 3675956. OLE color: 3675956.

HSL color Cylindrical-coordinate representation of color #341738: hue angle of 292.73º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #341738 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 23 56 -
CMYK 0.07 0.59 0 0.78
HSL 292.73º 0.42% 0.15% -
HSV(B) 292.73º 0.59% 0.22% -
XYZ 2.44 1.63 3.93 -
YUV 35.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 52 23 56 0.07 0.59 0 0.78 292.73 0.42 0.15
Hex 34 17 38 7 3B 0 4E 125 2A F
Octal 64 27 70 7 73 0 116 445 52 17
Binary 110100 10111 111000 111 111011 0 1001110 100100101 101010 1111

Color Harmonies of #341738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341738

Black with #341738

Text Example


Text Example

White with #341738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341738; }

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

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

background-color css

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

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

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

border-color css

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

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

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