Html Css Color HEX #350E2E Mardi Gras

📋 copy color: '#350E2E'

red 53 ◦ green 14 ◦ blue 46

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

Shades of Mardi Gras #350E2E

Tints of Mardi Gras #350E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.39%

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 46.9%
G = 12.39%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#350E2E (or 0x350E2E) is known color: Mardi Gras. HEX triplet: 35, 0E and 2E. RGB value is (53,14,46). Sum of RGB (Red+Green+Blue) = 53+14+46=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E2E is #CAF1D1. Grayscale: #1D1D1D. Windows color (decimal): -13300178 or 3018293. OLE color: 3018293.

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

Color convert

RGB 53 14 46 -
CMYK 0 0.74 0.13 0.79
HSL 310.77º 0.58% 0.13% -
HSV(B) 310.77º 0.74% 0.21% -
XYZ 2.12 1.27 2.72 -
YUV 29.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 53 14 46 0 0.74 0.13 0.79 310.77 0.58 0.13
Hex 35 E 2E 0 4A D 4F 137 3A D
Octal 65 16 56 0 112 15 117 467 72 15
Binary 110101 1110 101110 0 1001010 1101 1001111 100110111 111010 1101

Color Harmonies of #350E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E2E

Black with #350E2E

Text Example


Text Example

White with #350E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,46); }

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

background-color css

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

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

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

border-color css

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

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

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