Html Css Color HEX #350836 Mardi Gras

📋 copy color: '#350836'

red 53 ◦ green 8 ◦ blue 54

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

Shades of Mardi Gras #350836

Tints of Mardi Gras #350836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 46.09%
G = 6.96%
B = 46.96%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#350836 (or 0x350836) is known color: Mardi Gras. HEX triplet: 35, 08 and 36. RGB value is (53,8,54). Sum of RGB (Red+Green+Blue) = 53+8+54=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #350836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350836 is #CAF7C9. Grayscale: #1A1A1A. Windows color (decimal): -13301706 or 3541045. OLE color: 3541045.

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

Color convert

RGB 53 8 54 -
CMYK 0.02 0.85 0 0.79
HSL 298.7º 0.74% 0.12% -
HSV(B) 298.7º 0.85% 0.21% -
XYZ 2.22 1.2 3.6 -
YUV 26.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 53 8 54 0.02 0.85 0 0.79 298.7 0.74 0.12
Hex 35 8 36 2 55 0 4F 12B 4A C
Octal 65 10 66 2 125 0 117 453 112 14
Binary 110101 1000 110110 10 1010101 0 1001111 100101011 1001010 1100

Color Harmonies of #350836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350836

Black with #350836

Text Example


Text Example

White with #350836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350836; }

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

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

background-color css

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

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

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

border-color css

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

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

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