Html Css Color HEX #350F2E Mardi Gras

📋 copy color: '#350F2E'

red 53 ◦ green 15 ◦ blue 46

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

Shades of Mardi Gras #350F2E

Tints of Mardi Gras #350F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.16%

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

R = 46.49%
G = 13.16%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#350F2E (or 0x350F2E) is known color: Mardi Gras. HEX triplet: 35, 0F and 2E. RGB value is (53,15,46). Sum of RGB (Red+Green+Blue) = 53+15+46=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #350F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F2E is #CAF0D1. Grayscale: #1D1D1D. Windows color (decimal): -13299922 or 3018549. OLE color: 3018549.

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

Color convert

RGB 53 15 46 -
CMYK 0 0.72 0.13 0.79
HSL 311.05º 0.56% 0.13% -
HSV(B) 311.05º 0.72% 0.21% -
XYZ 2.13 1.3 2.72 -
YUV 29.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 53 15 46 0 0.72 0.13 0.79 311.05 0.56 0.13
Hex 35 F 2E 0 48 D 4F 137 38 D
Octal 65 17 56 0 110 15 117 467 70 15
Binary 110101 1111 101110 0 1001000 1101 1001111 100110111 111000 1101

Color Harmonies of #350F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F2E

Black with #350F2E

Text Example


Text Example

White with #350F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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