Html Css Color HEX #3B0C39 Mardi Gras

📋 copy color: '#3B0C39'

red 59 ◦ green 12 ◦ blue 57

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

Shades of Mardi Gras #3B0C39

Tints of Mardi Gras #3B0C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 46.09%
G = 9.38%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3B0C39 (or 0x3B0C39) is known color: Mardi Gras. HEX triplet: 3B, 0C and 39. RGB value is (59,12,57). Sum of RGB (Red+Green+Blue) = 59+12+57=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C39 is #C4F3C6. Grayscale: #1F1F1F. Windows color (decimal): -12907463 or 3738683. OLE color: 3738683.

HSL color Cylindrical-coordinate representation of color #3B0C39: hue angle of 302.55º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C39 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 12 57 -
CMYK 0 0.80 0.03 0.77
HSL 302.55º 0.66% 0.14% -
HSV(B) 302.55º 0.8% 0.23% -
XYZ 2.67 1.49 4.02 -
YUV 31.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 59 12 57 0 0.80 0.03 0.77 302.55 0.66 0.14
Hex 3B C 39 0 50 3 4D 12F 42 E
Octal 73 14 71 0 120 3 115 457 102 16
Binary 111011 1100 111001 0 1010000 11 1001101 100101111 1000010 1110

Color Harmonies of #3B0C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0C39

Black with #3B0C39

Text Example


Text Example

White with #3B0C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,12,57); }

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

background-color css

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

 a { background-color: rgb(59,12,57); }

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

border-color css

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

 span { border-color: rgb(59,12,57); }

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