Html Css Color HEX #351238 Mardi Gras

📋 copy color: '#351238'

red 53 ◦ green 18 ◦ blue 56

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

Shades of Mardi Gras #351238

Tints of Mardi Gras #351238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 41.73%
G = 14.17%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351238 (or 0x351238) is known color: Mardi Gras. HEX triplet: 35, 12 and 38. RGB value is (53,18,56). Sum of RGB (Red+Green+Blue) = 53+18+56=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #351238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351238 is #CAEDC7. Grayscale: #202020. Windows color (decimal): -13299144 or 3674677. OLE color: 3674677.

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

Color convert

RGB 53 18 56 -
CMYK 0.05 0.68 0 0.78
HSL 295.26º 0.51% 0.15% -
HSV(B) 295.26º 0.68% 0.22% -
XYZ 2.4 1.48 3.9 -
YUV 32.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 53 18 56 0.05 0.68 0 0.78 295.26 0.51 0.15
Hex 35 12 38 5 44 0 4E 127 33 F
Octal 65 22 70 5 104 0 116 447 63 17
Binary 110101 10010 111000 101 1000100 0 1001110 100100111 110011 1111

Color Harmonies of #351238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351238

Black with #351238

Text Example


Text Example

White with #351238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351238; }

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

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

background-color css

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

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

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

border-color css

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

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

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