Html Css Color HEX #350D2D Mardi Gras

📋 copy color: '#350D2D'

red 53 ◦ green 13 ◦ blue 45

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

Shades of Mardi Gras #350D2D

Tints of Mardi Gras #350D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.71%

 BLUE value IS 45 (17.97% from 255) = 40.54%

R = 47.75%
G = 11.71%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#350D2D (or 0x350D2D) is known color: Mardi Gras. HEX triplet: 35, 0D and 2D. RGB value is (53,13,45). Sum of RGB (Red+Green+Blue) = 53+13+45=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D2D is #CAF2D2. Grayscale: #1C1C1C. Windows color (decimal): -13300435 or 2952501. OLE color: 2952501.

HSL color Cylindrical-coordinate representation of color #350D2D: hue angle of 312º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D2D is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 45 -
CMYK 0 0.75 0.15 0.79
HSL 312º 0.61% 0.13% -
HSV(B) 312º 0.75% 0.21% -
XYZ 2.09 1.23 2.61 -
YUV 28.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 53 13 45 0 0.75 0.15 0.79 312 0.61 0.13
Hex 35 D 2D 0 4B F 4F 138 3D D
Octal 65 15 55 0 113 17 117 470 75 15
Binary 110101 1101 101101 0 1001011 1111 1001111 100111000 111101 1101

Color Harmonies of #350D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D2D

Black with #350D2D

Text Example


Text Example

White with #350D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350D2D; }

 p { color: rgb(53,13,45); }

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

background-color css

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

 a { background-color: rgb(53,13,45); }

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

border-color css

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

 span { border-color: rgb(53,13,45); }

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