Html Css Color HEX #3B0138 Mardi Gras

📋 copy color: '#3B0138'

red 59 ◦ green 1 ◦ blue 56

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

Shades of Mardi Gras #3B0138

Tints of Mardi Gras #3B0138

RGB

 RED value IS 59 (23.44% from 255) = 50.86%

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

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

R = 50.86%
G = 0.86%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B0138 (or 0x3B0138) is known color: Mardi Gras. HEX triplet: 3B, 01 and 38. RGB value is (59,1,56). Sum of RGB (Red+Green+Blue) = 59+1+56=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0138 is #C4FEC7. Grayscale: #181818. Windows color (decimal): -12910280 or 3670331. OLE color: 3670331.

HSL color Cylindrical-coordinate representation of color #3B0138: hue angle of 303.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0138 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 1 56 -
CMYK 0 0.98 0.05 0.77
HSL 303.1º 0.97% 0.12% -
HSV(B) 303.1º 0.98% 0.23% -
XYZ 2.53 1.24 3.85 -
YUV 24.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 59 1 56 0 0.98 0.05 0.77 303.1 0.97 0.12
Hex 3B 1 38 0 62 5 4D 12F 61 C
Octal 73 1 70 0 142 5 115 457 141 14
Binary 111011 1 111000 0 1100010 101 1001101 100101111 1100001 1100

Color Harmonies of #3B0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0138

Black with #3B0138

Text Example


Text Example

White with #3B0138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0138; }

 p { color: rgb(59,1,56); }

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

background-color css

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

 a { background-color: rgb(59,1,56); }

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

border-color css

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

 span { border-color: rgb(59,1,56); }

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