Html Css Color HEX #351833 Mardi Gras

📋 copy color: '#351833'

red 53 ◦ green 24 ◦ blue 51

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

Shades of Mardi Gras #351833

Tints of Mardi Gras #351833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 39.84%

R = 41.41%
G = 18.75%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#351833 (or 0x351833) is known color: Mardi Gras. HEX triplet: 35, 18 and 33. RGB value is (53,24,51). Sum of RGB (Red+Green+Blue) = 53+24+51=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #351833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351833 is #CAE7CC. Grayscale: #232323. Windows color (decimal): -13297613 or 3348533. OLE color: 3348533.

HSL color Cylindrical-coordinate representation of color #351833: hue angle of 304.14º 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 #351833 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 51 -
CMYK 0 0.55 0.04 0.79
HSL 304.14º 0.38% 0.15% -
HSV(B) 304.14º 0.55% 0.21% -
XYZ 2.39 1.65 3.32 -
YUV 35.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 53 24 51 0 0.55 0.04 0.79 304.14 0.38 0.15
Hex 35 18 33 0 37 4 4F 130 26 F
Octal 65 30 63 0 67 4 117 460 46 17
Binary 110101 11000 110011 0 110111 100 1001111 100110000 100110 1111

Color Harmonies of #351833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351833

Black with #351833

Text Example


Text Example

White with #351833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351833; }

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

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

background-color css

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

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

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

border-color css

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

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

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