Html Css Color HEX #35183A Mardi Gras

📋 copy color: '#35183A'

red 53 ◦ green 24 ◦ blue 58

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

Shades of Mardi Gras #35183A

Tints of Mardi Gras #35183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 39.26%
G = 17.78%
B = 42.96%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35183A (or 0x35183A) is known color: Mardi Gras. HEX triplet: 35, 18 and 3A. RGB value is (53,24,58). Sum of RGB (Red+Green+Blue) = 53+24+58=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #35183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183A is #CAE7C5. Grayscale: #242424. Windows color (decimal): -13297606 or 3807285. OLE color: 3807285.

HSL color Cylindrical-coordinate representation of color #35183A: hue angle of 291.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35183A is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 24 58 -
CMYK 0.09 0.59 0 0.77
HSL 291.18º 0.41% 0.16% -
HSV(B) 291.18º 0.59% 0.23% -
XYZ 2.56 1.72 4.2 -
YUV 36.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 53 24 58 0.09 0.59 0 0.77 291.18 0.41 0.16
Hex 35 18 3A 9 3B 0 4D 123 29 10
Octal 65 30 72 11 73 0 115 443 51 20
Binary 110101 11000 111010 1001 111011 0 1001101 100100011 101001 10000

Color Harmonies of #35183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35183A

Black with #35183A

Text Example


Text Example

White with #35183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35183A; }

 p { color: rgb(53,24,58); }

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

background-color css

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

 a { background-color: rgb(53,24,58); }

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

border-color css

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

 span { border-color: rgb(53,24,58); }

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