Html Css Color HEX #3B0E35 Mardi Gras

📋 copy color: '#3B0E35'

red 59 ◦ green 14 ◦ blue 53

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

Shades of Mardi Gras #3B0E35

Tints of Mardi Gras #3B0E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 46.83%
G = 11.11%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B0E35 (or 0x3B0E35) is known color: Mardi Gras. HEX triplet: 3B, 0E and 35. RGB value is (59,14,53). Sum of RGB (Red+Green+Blue) = 59+14+53=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E35 is #C4F1CA. Grayscale: #1F1F1F. Windows color (decimal): -12906955 or 3477051. OLE color: 3477051.

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

Color convert

RGB 59 14 53 -
CMYK 0 0.76 0.10 0.77
HSL 308º 0.62% 0.14% -
HSV(B) 308º 0.76% 0.23% -
XYZ 2.6 1.5 3.52 -
YUV 31.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 59 14 53 0 0.76 0.10 0.77 308 0.62 0.14
Hex 3B E 35 0 4C A 4D 134 3E E
Octal 73 16 65 0 114 12 115 464 76 16
Binary 111011 1110 110101 0 1001100 1010 1001101 100110100 111110 1110

Color Harmonies of #3B0E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0E35

Black with #3B0E35

Text Example


Text Example

White with #3B0E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,14,53); }

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

background-color css

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

 a { background-color: rgb(59,14,53); }

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

border-color css

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

 span { border-color: rgb(59,14,53); }

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