Html Css Color HEX #351038 Mardi Gras

📋 copy color: '#351038'

red 53 ◦ green 16 ◦ blue 56

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

Shades of Mardi Gras #351038

Tints of Mardi Gras #351038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 42.4%
G = 12.8%
B = 44.8%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351038 (or 0x351038) is known color: Mardi Gras. HEX triplet: 35, 10 and 38. RGB value is (53,16,56). Sum of RGB (Red+Green+Blue) = 53+16+56=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #351038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351038 is #CAEFC7. Grayscale: #1F1F1F. Windows color (decimal): -13299656 or 3674165. OLE color: 3674165.

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

Color convert

RGB 53 16 56 -
CMYK 0.05 0.71 0 0.78
HSL 295.5º 0.56% 0.14% -
HSV(B) 295.5º 0.71% 0.22% -
XYZ 2.37 1.41 3.89 -
YUV 31.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 53 16 56 0.05 0.71 0 0.78 295.5 0.56 0.14
Hex 35 10 38 5 47 0 4E 128 38 E
Octal 65 20 70 5 107 0 116 450 70 16
Binary 110101 10000 111000 101 1000111 0 1001110 100101000 111000 1110

Color Harmonies of #351038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351038

Black with #351038

Text Example


Text Example

White with #351038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351038; }

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

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

background-color css

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

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

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

border-color css

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

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

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