Html Css Color HEX #351130 Mardi Gras

📋 copy color: '#351130'

red 53 ◦ green 17 ◦ blue 48

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

Shades of Mardi Gras #351130

Tints of Mardi Gras #351130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 44.92%
G = 14.41%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#351130 (or 0x351130) is known color: Mardi Gras. HEX triplet: 35, 11 and 30. RGB value is (53,17,48). Sum of RGB (Red+Green+Blue) = 53+17+48=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351130 is #CAEECF. Grayscale: #1F1F1F. Windows color (decimal): -13299408 or 3150133. OLE color: 3150133.

HSL color Cylindrical-coordinate representation of color #351130: hue angle of 308.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351130 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 48 -
CMYK 0 0.68 0.09 0.79
HSL 308.33º 0.51% 0.14% -
HSV(B) 308.33º 0.68% 0.21% -
XYZ 2.2 1.37 2.94 -
YUV 31.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 53 17 48 0 0.68 0.09 0.79 308.33 0.51 0.14
Hex 35 11 30 0 44 9 4F 134 33 E
Octal 65 21 60 0 104 11 117 464 63 16
Binary 110101 10001 110000 0 1000100 1001 1001111 100110100 110011 1110

Color Harmonies of #351130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351130

Black with #351130

Text Example


Text Example

White with #351130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351130; }

 p { color: rgb(53,17,48); }

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

background-color css

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

 a { background-color: rgb(53,17,48); }

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

border-color css

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

 span { border-color: rgb(53,17,48); }

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