Html Css Color HEX #350338 Mardi Gras

📋 copy color: '#350338'

red 53 ◦ green 3 ◦ blue 56

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

Shades of Mardi Gras #350338

Tints of Mardi Gras #350338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 56 (22.27% from 255) = 50%

R = 47.32%
G = 2.68%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350338 (or 0x350338) is known color: Mardi Gras. HEX triplet: 35, 03 and 38. RGB value is (53,3,56). Sum of RGB (Red+Green+Blue) = 53+3+56=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #350338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350338 is #CAFCC7. Grayscale: #171717. Windows color (decimal): -13302984 or 3670837. OLE color: 3670837.

HSL color Cylindrical-coordinate representation of color #350338: hue angle of 296.6º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350338 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 3 56 -
CMYK 0.05 0.95 0 0.78
HSL 296.6º 0.9% 0.12% -
HSV(B) 296.6º 0.95% 0.22% -
XYZ 2.21 1.11 3.84 -
YUV 23.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 53 3 56 0.05 0.95 0 0.78 296.6 0.9 0.12
Hex 35 3 38 5 5F 0 4E 129 5A C
Octal 65 3 70 5 137 0 116 451 132 14
Binary 110101 11 111000 101 1011111 0 1001110 100101001 1011010 1100

Color Harmonies of #350338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350338

Black with #350338

Text Example


Text Example

White with #350338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350338; }

 p { color: rgb(53,3,56); }

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

background-color css

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

 a { background-color: rgb(53,3,56); }

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

border-color css

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

 span { border-color: rgb(53,3,56); }

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