Html Css Color HEX #3B083A Mardi Gras

📋 copy color: '#3B083A'

red 59 ◦ green 8 ◦ blue 58

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

Shades of Mardi Gras #3B083A

Tints of Mardi Gras #3B083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 58 (23.05% from 255) = 46.4%

R = 47.2%
G = 6.4%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B083A (or 0x3B083A) is known color: Mardi Gras. HEX triplet: 3B, 08 and 3A. RGB value is (59,8,58). Sum of RGB (Red+Green+Blue) = 59+8+58=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B083A is #C4F7C5. Grayscale: #1C1C1C. Windows color (decimal): -12908486 or 3803195. OLE color: 3803195.

HSL color Cylindrical-coordinate representation of color #3B083A: hue angle of 301.18º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B083A is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 8 58 -
CMYK 0 0.86 0.02 0.77
HSL 301.18º 0.76% 0.13% -
HSV(B) 301.18º 0.86% 0.23% -
XYZ 2.65 1.41 4.14 -
YUV 28.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 59 8 58 0 0.86 0.02 0.77 301.18 0.76 0.13
Hex 3B 8 3A 0 56 2 4D 12D 4C D
Octal 73 10 72 0 126 2 115 455 114 15
Binary 111011 1000 111010 0 1010110 10 1001101 100101101 1001100 1101

Color Harmonies of #3B083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B083A

Black with #3B083A

Text Example


Text Example

White with #3B083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,8,58); }

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

background-color css

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

 a { background-color: rgb(59,8,58); }

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

border-color css

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

 span { border-color: rgb(59,8,58); }

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