Html Css Color HEX #350130 Mardi Gras

📋 copy color: '#350130'

red 53 ◦ green 1 ◦ blue 48

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

Shades of Mardi Gras #350130

Tints of Mardi Gras #350130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

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

R = 51.96%
G = 0.98%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#350130 (or 0x350130) is known color: Mardi Gras. HEX triplet: 35, 01 and 30. RGB value is (53,1,48). Sum of RGB (Red+Green+Blue) = 53+1+48=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #350130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350130 is #CAFECF. Grayscale: #151515. Windows color (decimal): -13303504 or 3146037. OLE color: 3146037.

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

Color convert

RGB 53 1 48 -
CMYK 0 0.98 0.09 0.79
HSL 305.77º 0.96% 0.11% -
HSV(B) 305.77º 0.98% 0.21% -
XYZ 2.01 0.99 2.88 -
YUV 21.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 53 1 48 0 0.98 0.09 0.79 305.77 0.96 0.11
Hex 35 1 30 0 62 9 4F 132 60 B
Octal 65 1 60 0 142 11 117 462 140 13
Binary 110101 1 110000 0 1100010 1001 1001111 100110010 1100000 1011

Color Harmonies of #350130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350130

Black with #350130

Text Example


Text Example

White with #350130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350130; }

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

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

background-color css

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

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

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

border-color css

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

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

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