Html Css Color HEX #3B093A Mardi Gras

📋 copy color: '#3B093A'

red 59 ◦ green 9 ◦ blue 58

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

Shades of Mardi Gras #3B093A

Tints of Mardi Gras #3B093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 46.83%
G = 7.14%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B093A (or 0x3B093A) is known color: Mardi Gras. HEX triplet: 3B, 09 and 3A. RGB value is (59,9,58). Sum of RGB (Red+Green+Blue) = 59+9+58=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B093A is #C4F6C5. Grayscale: #1D1D1D. Windows color (decimal): -12908230 or 3803451. OLE color: 3803451.

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

Color convert

RGB 59 9 58 -
CMYK 0 0.85 0.02 0.77
HSL 301.2º 0.74% 0.13% -
HSV(B) 301.2º 0.85% 0.23% -
XYZ 2.67 1.43 4.14 -
YUV 29.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 59 9 58 0 0.85 0.02 0.77 301.2 0.74 0.13
Hex 3B 9 3A 0 55 2 4D 12D 4A D
Octal 73 11 72 0 125 2 115 455 112 15
Binary 111011 1001 111010 0 1010101 10 1001101 100101101 1001010 1101

Color Harmonies of #3B093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B093A

Black with #3B093A

Text Example


Text Example

White with #3B093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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