Html Css Color HEX #350030 Mardi Gras

📋 copy color: '#350030'

red 53 ◦ green 0 ◦ blue 48

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

Shades of Mardi Gras #350030

Tints of Mardi Gras #350030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 47.52%

R = 52.48%
G = 0%
B = 47.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350030 (or 0x350030) is known color: Mardi Gras. HEX triplet: 35, 00 and 30. RGB value is (53,0,48). Sum of RGB (Red+Green+Blue) = 53+0+48=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350030 is #CAFFCF. Grayscale: #151515. Windows color (decimal): -13303760 or 3145781. OLE color: 3145781.

HSL color Cylindrical-coordinate representation of color #350030: hue angle of 305.66º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350030 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 48 -
CMYK 0 1 0.09 0.79
HSL 305.66º 1% 0.1% -
HSV(B) 305.66º 1% 0.21% -
XYZ 2 0.97 2.88 -
YUV 21.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 53 0 48 0 1 0.09 0.79 305.66 1 0.1
Hex 35 0 30 0 64 9 4F 132 64 A
Octal 65 0 60 0 144 11 117 462 144 12
Binary 110101 0 110000 0 1100100 1001 1001111 100110010 1100100 1010

Color Harmonies of #350030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350030

Black with #350030

Text Example


Text Example

White with #350030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350030; }

 p { color: rgb(53,0,48); }

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

background-color css

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

 a { background-color: rgb(53,0,48); }

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

border-color css

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

 span { border-color: rgb(53,0,48); }

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