Html Css Color HEX #351830 Mardi Gras

📋 copy color: '#351830'

red 53 ◦ green 24 ◦ blue 48

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

Shades of Mardi Gras #351830

Tints of Mardi Gras #351830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 42.4%
G = 19.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#351830 (or 0x351830) is known color: Mardi Gras. HEX triplet: 35, 18 and 30. RGB value is (53,24,48). Sum of RGB (Red+Green+Blue) = 53+24+48=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #351830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351830 is #CAE7CF. Grayscale: #232323. Windows color (decimal): -13297616 or 3151925. OLE color: 3151925.

HSL color Cylindrical-coordinate representation of color #351830: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351830 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 48 -
CMYK 0 0.55 0.09 0.79
HSL 310.34º 0.38% 0.15% -
HSV(B) 310.34º 0.55% 0.21% -
XYZ 2.33 1.62 2.99 -
YUV 35.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 53 24 48 0 0.55 0.09 0.79 310.34 0.38 0.15
Hex 35 18 30 0 37 9 4F 136 26 F
Octal 65 30 60 0 67 11 117 466 46 17
Binary 110101 11000 110000 0 110111 1001 1001111 100110110 100110 1111

Color Harmonies of #351830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351830

Black with #351830

Text Example


Text Example

White with #351830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351830; }

 p { color: rgb(53,24,48); }

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

background-color css

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

 a { background-color: rgb(53,24,48); }

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

border-color css

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

 span { border-color: rgb(53,24,48); }

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