Html Css Color HEX #35193A Mardi Gras

📋 copy color: '#35193A'

red 53 ◦ green 25 ◦ blue 58

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

Shades of Mardi Gras #35193A

Tints of Mardi Gras #35193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

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

R = 38.97%
G = 18.38%
B = 42.65%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35193A (or 0x35193A) is known color: Mardi Gras. HEX triplet: 35, 19 and 3A. RGB value is (53,25,58). Sum of RGB (Red+Green+Blue) = 53+25+58=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #35193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35193A is #CAE6C5. Grayscale: #252525. Windows color (decimal): -13297350 or 3807541. OLE color: 3807541.

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

Color convert

RGB 53 25 58 -
CMYK 0.09 0.57 0 0.77
HSL 290.91º 0.4% 0.16% -
HSV(B) 290.91º 0.57% 0.23% -
XYZ 2.58 1.76 4.21 -
YUV 37.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 53 25 58 0.09 0.57 0 0.77 290.91 0.4 0.16
Hex 35 19 3A 9 39 0 4D 123 28 10
Octal 65 31 72 11 71 0 115 443 50 20
Binary 110101 11001 111010 1001 111001 0 1001101 100100011 101000 10000

Color Harmonies of #35193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35193A

Black with #35193A

Text Example


Text Example

White with #35193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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