Html Css Color HEX #350F34 Mardi Gras

📋 copy color: '#350F34'

red 53 ◦ green 15 ◦ blue 52

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

Shades of Mardi Gras #350F34

Tints of Mardi Gras #350F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.33%

R = 44.17%
G = 12.5%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#350F34 (or 0x350F34) is known color: Mardi Gras. HEX triplet: 35, 0F and 34. RGB value is (53,15,52). Sum of RGB (Red+Green+Blue) = 53+15+52=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #350F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F34 is #CAF0CB. Grayscale: #1E1E1E. Windows color (decimal): -13299916 or 3411765. OLE color: 3411765.

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

Color convert

RGB 53 15 52 -
CMYK 0 0.72 0.02 0.79
HSL 301.58º 0.56% 0.13% -
HSV(B) 301.58º 0.72% 0.21% -
XYZ 2.26 1.35 3.39 -
YUV 30.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 53 15 52 0 0.72 0.02 0.79 301.58 0.56 0.13
Hex 35 F 34 0 48 2 4F 12E 38 D
Octal 65 17 64 0 110 2 117 456 70 15
Binary 110101 1111 110100 0 1001000 10 1001111 100101110 111000 1101

Color Harmonies of #350F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F34

Black with #350F34

Text Example


Text Example

White with #350F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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