Html Css Color HEX #350B35 Mardi Gras

📋 copy color: '#350B35'

red 53 ◦ green 11 ◦ blue 53

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

Shades of Mardi Gras #350B35

Tints of Mardi Gras #350B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 45.3%

R = 45.3%
G = 9.4%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#350B35 (or 0x350B35) is known color: Mardi Gras. HEX triplet: 35, 0B and 35. RGB value is (53,11,53). Sum of RGB (Red+Green+Blue) = 53+11+53=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #350B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B35 is #CAF4CA. Grayscale: #1C1C1C. Windows color (decimal): -13300939 or 3476277. OLE color: 3476277.

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

Color convert

RGB 53 11 53 -
CMYK 0 0.79 0 0.79
HSL 300º 0.66% 0.13% -
HSV(B) 300º 0.79% 0.21% -
XYZ 2.23 1.25 3.49 -
YUV 28.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 53 11 53 0 0.79 0 0.79 300 0.66 0.13
Hex 35 B 35 0 4F 0 4F 12C 42 D
Octal 65 13 65 0 117 0 117 454 102 15
Binary 110101 1011 110101 0 1001111 0 1001111 100101100 1000010 1101

Color Harmonies of #350B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B35

Black with #350B35

Text Example


Text Example

White with #350B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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