Html Css Color HEX #350B32 Mardi Gras

📋 copy color: '#350B32'

red 53 ◦ green 11 ◦ blue 50

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

Shades of Mardi Gras #350B32

Tints of Mardi Gras #350B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

 BLUE value IS 50 (19.92% from 255) = 43.86%

R = 46.49%
G = 9.65%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#350B32 (or 0x350B32) is known color: Mardi Gras. HEX triplet: 35, 0B and 32. RGB value is (53,11,50). Sum of RGB (Red+Green+Blue) = 53+11+50=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #350B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B32 is #CAF4CD. Grayscale: #1B1B1B. Windows color (decimal): -13300942 or 3279669. OLE color: 3279669.

HSL color Cylindrical-coordinate representation of color #350B32: hue angle of 304.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B32 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 11 50 -
CMYK 0 0.79 0.06 0.79
HSL 304.29º 0.66% 0.13% -
HSV(B) 304.29º 0.79% 0.21% -
XYZ 2.16 1.23 3.14 -
YUV 28 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 53 11 50 0 0.79 0.06 0.79 304.29 0.66 0.13
Hex 35 B 32 0 4F 6 4F 130 42 D
Octal 65 13 62 0 117 6 117 460 102 15
Binary 110101 1011 110010 0 1001111 110 1001111 100110000 1000010 1101

Color Harmonies of #350B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B32

Black with #350B32

Text Example


Text Example

White with #350B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B32; }

 p { color: rgb(53,11,50); }

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

background-color css

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

 a { background-color: rgb(53,11,50); }

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

border-color css

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

 span { border-color: rgb(53,11,50); }

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