Html Css Color HEX #3B063C Mardi Gras

📋 copy color: '#3B063C'

red 59 ◦ green 6 ◦ blue 60

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

Shades of Mardi Gras #3B063C

Tints of Mardi Gras #3B063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

 BLUE value IS 60 (23.83% from 255) = 48%

R = 47.2%
G = 4.8%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B063C (or 0x3B063C) is known color: Mardi Gras. HEX triplet: 3B, 06 and 3C. RGB value is (59,6,60). Sum of RGB (Red+Green+Blue) = 59+6+60=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B063C is #C4F9C3. Grayscale: #1B1B1B. Windows color (decimal): -12908996 or 3933755. OLE color: 3933755.

HSL color Cylindrical-coordinate representation of color #3B063C: hue angle of 298.89º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B063C is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 6 60 -
CMYK 0.02 0.90 0 0.76
HSL 298.89º 0.82% 0.13% -
HSV(B) 298.89º 0.9% 0.24% -
XYZ 2.68 1.39 4.4 -
YUV 28 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 59 6 60 0.02 0.90 0 0.76 298.89 0.82 0.13
Hex 3B 6 3C 2 5A 0 4C 12B 52 D
Octal 73 6 74 2 132 0 114 453 122 15
Binary 111011 110 111100 10 1011010 0 1001100 100101011 1010010 1101

Color Harmonies of #3B063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B063C

Black with #3B063C

Text Example


Text Example

White with #3B063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,6,60); }

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

background-color css

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

 a { background-color: rgb(59,6,60); }

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

border-color css

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

 span { border-color: rgb(59,6,60); }

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