Html Css Color HEX #351538 Mardi Gras

📋 copy color: '#351538'

red 53 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #351538

Tints of Mardi Gras #351538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.08%

R = 40.77%
G = 16.15%
B = 43.08%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351538 (or 0x351538) is known color: Mardi Gras. HEX triplet: 35, 15 and 38. RGB value is (53,21,56). Sum of RGB (Red+Green+Blue) = 53+21+56=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #351538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351538 is #CAEAC7. Grayscale: #222222. Windows color (decimal): -13298376 or 3675445. OLE color: 3675445.

HSL color Cylindrical-coordinate representation of color #351538: hue angle of 294.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351538 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 21 56 -
CMYK 0.05 0.63 0 0.78
HSL 294.86º 0.45% 0.15% -
HSV(B) 294.86º 0.63% 0.22% -
XYZ 2.45 1.58 3.92 -
YUV 34.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 53 21 56 0.05 0.63 0 0.78 294.86 0.45 0.15
Hex 35 15 38 5 3F 0 4E 127 2D F
Octal 65 25 70 5 77 0 116 447 55 17
Binary 110101 10101 111000 101 111111 0 1001110 100100111 101101 1111

Color Harmonies of #351538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351538

Black with #351538

Text Example


Text Example

White with #351538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351538; }

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

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

background-color css

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

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

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

border-color css

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

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

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