#3B0C33

Color #3B0C33 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #3B0C33

Tints of Mardi Gras #3B0C33

Color information

#3B0C33 (or 0x3B0C33) is unknown color: approx Mardi Gras. HEX triplet: 3B, 0C and 33. RGB value is (59,12,51). Sum of RGB (Red+Green+Blue) = 59+12+51=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C33 is #C4F3CC. Grayscale: #1E1E1E. Windows color (decimal): -12907469 or 3345467. OLE color: 3345467.

HSL color Cylindrical-coordinate representation of color #3B0C33: hue angle of 310.21º 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 #3B0C33 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB591251-
CMYK00.800.140.77
HSL310.21º66.2%13.92%-
HSV(B)310.21º79.66%23.14%-
XYZ2.531.433.27-
YUV30.5139.57148.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.36%
GREEN value IS 12 (5.08% from 255) = 9.84%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=48.36%
G=9.84%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59125100.800.140.77310.2166.213.92
Hex3BC33050E4D13642e
Octal73146301201611546610216
Binary1110111100110011010100001110100110110011011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B0C33;
 }
 .AnyTagClassName
 {
   color: #3B0C33;
 }
</style>
background-color css

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

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

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

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

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

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