Html Css Color HEX #350F36 Mardi Gras

📋 copy color: '#350F36'

red 53 ◦ green 15 ◦ blue 54

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

Shades of Mardi Gras #350F36

Tints of Mardi Gras #350F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 43.44%
G = 12.3%
B = 44.26%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#350F36 (or 0x350F36) is known color: Mardi Gras. HEX triplet: 35, 0F and 36. RGB value is (53,15,54). Sum of RGB (Red+Green+Blue) = 53+15+54=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #350F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F36 is #CAF0C9. Grayscale: #1E1E1E. Windows color (decimal): -13299914 or 3542837. OLE color: 3542837.

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

Color convert

RGB 53 15 54 -
CMYK 0.02 0.72 0 0.79
HSL 298.46º 0.57% 0.14% -
HSV(B) 298.46º 0.72% 0.21% -
XYZ 2.3 1.36 3.63 -
YUV 30.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 53 15 54 0.02 0.72 0 0.79 298.46 0.57 0.14
Hex 35 F 36 2 48 0 4F 12A 39 E
Octal 65 17 66 2 110 0 117 452 71 16
Binary 110101 1111 110110 10 1001000 0 1001111 100101010 111001 1110

Color Harmonies of #350F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F36

Black with #350F36

Text Example


Text Example

White with #350F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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