Html Css Color HEX #341836 Mardi Gras

📋 copy color: '#341836'

red 52 ◦ green 24 ◦ blue 54

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

Shades of Mardi Gras #341836

Tints of Mardi Gras #341836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

 BLUE value IS 54 (21.48% from 255) = 41.54%

R = 40%
G = 18.46%
B = 41.54%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#341836 (or 0x341836) is known color: Mardi Gras. HEX triplet: 34, 18 and 36. RGB value is (52,24,54). Sum of RGB (Red+Green+Blue) = 52+24+54=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 54 - color contains mainly: blue. Hex color #341836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341836 is #CBE7C9. Grayscale: #232323. Windows color (decimal): -13363146 or 3545140. OLE color: 3545140.

HSL color Cylindrical-coordinate representation of color #341836: hue angle of 296º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341836 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 24 54 -
CMYK 0.04 0.56 0 0.79
HSL 296º 0.38% 0.15% -
HSV(B) 296º 0.56% 0.21% -
XYZ 2.41 1.65 3.68 -
YUV 35.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 52 24 54 0.04 0.56 0 0.79 296 0.38 0.15
Hex 34 18 36 4 38 0 4F 128 26 F
Octal 64 30 66 4 70 0 117 450 46 17
Binary 110100 11000 110110 100 111000 0 1001111 100101000 100110 1111

Color Harmonies of #341836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341836

Black with #341836

Text Example


Text Example

White with #341836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341836; }

 p { color: rgb(52,24,54); }

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

background-color css

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

 a { background-color: rgb(52,24,54); }

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

border-color css

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

 span { border-color: rgb(52,24,54); }

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