Html Css Color HEX #350137 Mardi Gras

📋 copy color: '#350137'

red 53 ◦ green 1 ◦ blue 55

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

Shades of Mardi Gras #350137

Tints of Mardi Gras #350137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 55 (21.88% from 255) = 50.46%

R = 48.62%
G = 0.92%
B = 50.46%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350137 (or 0x350137) is known color: Mardi Gras. HEX triplet: 35, 01 and 37. RGB value is (53,1,55). Sum of RGB (Red+Green+Blue) = 53+1+55=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #350137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350137 is #CAFEC8. Grayscale: #161616. Windows color (decimal): -13303497 or 3604789. OLE color: 3604789.

HSL color Cylindrical-coordinate representation of color #350137: hue angle of 297.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350137 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 1 55 -
CMYK 0.04 0.98 0 0.78
HSL 297.78º 0.96% 0.11% -
HSV(B) 297.78º 0.98% 0.22% -
XYZ 2.17 1.05 3.7 -
YUV 22.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 53 1 55 0.04 0.98 0 0.78 297.78 0.96 0.11
Hex 35 1 37 4 62 0 4E 12A 60 B
Octal 65 1 67 4 142 0 116 452 140 13
Binary 110101 1 110111 100 1100010 0 1001110 100101010 1100000 1011

Color Harmonies of #350137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350137

Black with #350137

Text Example


Text Example

White with #350137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350137; }

 p { color: rgb(53,1,55); }

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

background-color css

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

 a { background-color: rgb(53,1,55); }

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

border-color css

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

 span { border-color: rgb(53,1,55); }

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