Html Css Color HEX #350A2D Mardi Gras

📋 copy color: '#350A2D'

red 53 ◦ green 10 ◦ blue 45

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

Shades of Mardi Gras #350A2D

Tints of Mardi Gras #350A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

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

R = 49.07%
G = 9.26%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#350A2D (or 0x350A2D) is known color: Mardi Gras. HEX triplet: 35, 0A and 2D. RGB value is (53,10,45). Sum of RGB (Red+Green+Blue) = 53+10+45=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #350A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A2D is #CAF5D2. Grayscale: #1A1A1A. Windows color (decimal): -13301203 or 2951733. OLE color: 2951733.

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

Color convert

RGB 53 10 45 -
CMYK 0 0.81 0.15 0.79
HSL 311.16º 0.68% 0.12% -
HSV(B) 311.16º 0.81% 0.21% -
XYZ 2.05 1.16 2.6 -
YUV 26.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 53 10 45 0 0.81 0.15 0.79 311.16 0.68 0.12
Hex 35 A 2D 0 51 F 4F 137 44 C
Octal 65 12 55 0 121 17 117 467 104 14
Binary 110101 1010 101101 0 1010001 1111 1001111 100110111 1000100 1100

Color Harmonies of #350A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A2D

Black with #350A2D

Text Example


Text Example

White with #350A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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