Html Css Color HEX #350B2D Mardi Gras

📋 copy color: '#350B2D'

red 53 ◦ green 11 ◦ blue 45

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

Shades of Mardi Gras #350B2D

Tints of Mardi Gras #350B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 41.28%

R = 48.62%
G = 10.09%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#350B2D (or 0x350B2D) is known color: Mardi Gras. HEX triplet: 35, 0B and 2D. RGB value is (53,11,45). Sum of RGB (Red+Green+Blue) = 53+11+45=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B2D is #CAF4D2. Grayscale: #1B1B1B. Windows color (decimal): -13300947 or 2951989. OLE color: 2951989.

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

Color convert

RGB 53 11 45 -
CMYK 0 0.79 0.15 0.79
HSL 311.43º 0.66% 0.13% -
HSV(B) 311.43º 0.79% 0.21% -
XYZ 2.06 1.19 2.6 -
YUV 27.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 53 11 45 0 0.79 0.15 0.79 311.43 0.66 0.13
Hex 35 B 2D 0 4F F 4F 137 42 D
Octal 65 13 55 0 117 17 117 467 102 15
Binary 110101 1011 101101 0 1001111 1111 1001111 100110111 1000010 1101

Color Harmonies of #350B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B2D

Black with #350B2D

Text Example


Text Example

White with #350B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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