Html Css Color HEX #35053A Mardi Gras

📋 copy color: '#35053A'

red 53 ◦ green 5 ◦ blue 58

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

Shades of Mardi Gras #35053A

Tints of Mardi Gras #35053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 45.69%
G = 4.31%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35053A (or 0x35053A) is known color: Mardi Gras. HEX triplet: 35, 05 and 3A. RGB value is (53,5,58). Sum of RGB (Red+Green+Blue) = 53+5+58=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #35053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053A is #CAFAC5. Grayscale: #191919. Windows color (decimal): -13302470 or 3802421. OLE color: 3802421.

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

Color convert

RGB 53 5 58 -
CMYK 0.09 0.91 0 0.77
HSL 294.34º 0.84% 0.12% -
HSV(B) 294.34º 0.91% 0.23% -
XYZ 2.29 1.17 4.11 -
YUV 25.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 53 5 58 0.09 0.91 0 0.77 294.34 0.84 0.12
Hex 35 5 3A 9 5B 0 4D 126 54 C
Octal 65 5 72 11 133 0 115 446 124 14
Binary 110101 101 111010 1001 1011011 0 1001101 100100110 1010100 1100

Color Harmonies of #35053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35053A

Black with #35053A

Text Example


Text Example

White with #35053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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