Html Css Color HEX #351838 Mardi Gras

📋 copy color: '#351838'

red 53 ◦ green 24 ◦ blue 56

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

Shades of Mardi Gras #351838

Tints of Mardi Gras #351838

RGB

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

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

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

R = 39.85%
G = 18.05%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351838 (or 0x351838) is known color: Mardi Gras. HEX triplet: 35, 18 and 38. RGB value is (53,24,56). Sum of RGB (Red+Green+Blue) = 53+24+56=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #351838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351838 is #CAE7C7. Grayscale: #242424. Windows color (decimal): -13297608 or 3676213. OLE color: 3676213.

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

Color convert

RGB 53 24 56 -
CMYK 0.05 0.57 0 0.78
HSL 294.38º 0.4% 0.16% -
HSV(B) 294.38º 0.57% 0.22% -
XYZ 2.51 1.7 3.94 -
YUV 36.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 53 24 56 0.05 0.57 0 0.78 294.38 0.4 0.16
Hex 35 18 38 5 39 0 4E 126 28 10
Octal 65 30 70 5 71 0 116 446 50 20
Binary 110101 11000 111000 101 111001 0 1001110 100100110 101000 10000

Color Harmonies of #351838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351838

Black with #351838

Text Example


Text Example

White with #351838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351838; }

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

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

background-color css

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

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

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

border-color css

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

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

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