Html Css Color HEX #350B38 Mardi Gras

📋 copy color: '#350B38'

red 53 ◦ green 11 ◦ blue 56

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

Shades of Mardi Gras #350B38

Tints of Mardi Gras #350B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

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

R = 44.17%
G = 9.17%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350B38 (or 0x350B38) is known color: Mardi Gras. HEX triplet: 35, 0B and 38. RGB value is (53,11,56). Sum of RGB (Red+Green+Blue) = 53+11+56=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #350B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B38 is #CAF4C7. Grayscale: #1C1C1C. Windows color (decimal): -13300936 or 3672885. OLE color: 3672885.

HSL color Cylindrical-coordinate representation of color #350B38: hue angle of 296º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350B38 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 11 56 -
CMYK 0.05 0.80 0 0.78
HSL 296º 0.67% 0.13% -
HSV(B) 296º 0.8% 0.22% -
XYZ 2.3 1.28 3.87 -
YUV 28.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 53 11 56 0.05 0.80 0 0.78 296 0.67 0.13
Hex 35 B 38 5 50 0 4E 128 43 D
Octal 65 13 70 5 120 0 116 450 103 15
Binary 110101 1011 111000 101 1010000 0 1001110 100101000 1000011 1101

Color Harmonies of #350B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B38

Black with #350B38

Text Example


Text Example

White with #350B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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