Html Css Color HEX #35153A Mardi Gras

📋 copy color: '#35153A'

red 53 ◦ green 21 ◦ blue 58

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

Shades of Mardi Gras #35153A

Tints of Mardi Gras #35153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 40.15%
G = 15.91%
B = 43.94%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35153A (or 0x35153A) is known color: Mardi Gras. HEX triplet: 35, 15 and 3A. RGB value is (53,21,58). Sum of RGB (Red+Green+Blue) = 53+21+58=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #35153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35153A is #CAEAC5. Grayscale: #222222. Windows color (decimal): -13298374 or 3806517. OLE color: 3806517.

HSL color Cylindrical-coordinate representation of color #35153A: hue angle of 291.89º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35153A is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 21 58 -
CMYK 0.09 0.64 0 0.77
HSL 291.89º 0.47% 0.15% -
HSV(B) 291.89º 0.64% 0.23% -
XYZ 2.5 1.6 4.18 -
YUV 34.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 53 21 58 0.09 0.64 0 0.77 291.89 0.47 0.15
Hex 35 15 3A 9 40 0 4D 124 2F F
Octal 65 25 72 11 100 0 115 444 57 17
Binary 110101 10101 111010 1001 1000000 0 1001101 100100100 101111 1111

Color Harmonies of #35153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35153A

Black with #35153A

Text Example


Text Example

White with #35153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35153A; }

 p { color: rgb(53,21,58); }

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

background-color css

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

 a { background-color: rgb(53,21,58); }

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

border-color css

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

 span { border-color: rgb(53,21,58); }

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