Html Css Color HEX #351834 Mardi Gras

📋 copy color: '#351834'

red 53 ◦ green 24 ◦ blue 52

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

Shades of Mardi Gras #351834

Tints of Mardi Gras #351834

RGB

 RED value IS 53 (21.09% from 255) = 41.09%

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

 BLUE value IS 52 (20.7% from 255) = 40.31%

R = 41.09%
G = 18.6%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#351834 (or 0x351834) is known color: Mardi Gras. HEX triplet: 35, 18 and 34. RGB value is (53,24,52). Sum of RGB (Red+Green+Blue) = 53+24+52=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351834 is #CAE7CB. Grayscale: #232323. Windows color (decimal): -13297612 or 3414069. OLE color: 3414069.

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

Color convert

RGB 53 24 52 -
CMYK 0 0.55 0.02 0.79
HSL 302.07º 0.38% 0.15% -
HSV(B) 302.07º 0.55% 0.21% -
XYZ 2.41 1.66 3.44 -
YUV 35.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 53 24 52 0 0.55 0.02 0.79 302.07 0.38 0.15
Hex 35 18 34 0 37 2 4F 12E 26 F
Octal 65 30 64 0 67 2 117 456 46 17
Binary 110101 11000 110100 0 110111 10 1001111 100101110 100110 1111

Color Harmonies of #351834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351834

Black with #351834

Text Example


Text Example

White with #351834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351834; }

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

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

background-color css

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

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

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

border-color css

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

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

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