Html Css Color HEX #3B163D Mardi Gras

📋 copy color: '#3B163D'

red 59 ◦ green 22 ◦ blue 61

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

Shades of Mardi Gras #3B163D

Tints of Mardi Gras #3B163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 41.55%
G = 15.49%
B = 42.96%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B163D (or 0x3B163D) is known color: Mardi Gras. HEX triplet: 3B, 16 and 3D. RGB value is (59,22,61). Sum of RGB (Red+Green+Blue) = 59+22+61=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B163D is #C4E9C2. Grayscale: #252525. Windows color (decimal): -12904899 or 4003387. OLE color: 4003387.

HSL color Cylindrical-coordinate representation of color #3B163D: hue angle of 296.92º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B163D is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 22 61 -
CMYK 0.03 0.64 0 0.76
HSL 296.92º 0.47% 0.16% -
HSV(B) 296.92º 0.64% 0.24% -
XYZ 2.93 1.84 4.62 -
YUV 37.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 59 22 61 0.03 0.64 0 0.76 296.92 0.47 0.16
Hex 3B 16 3D 3 40 0 4C 129 2F 10
Octal 73 26 75 3 100 0 114 451 57 20
Binary 111011 10110 111101 11 1000000 0 1001100 100101001 101111 10000

Color Harmonies of #3B163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B163D

Black with #3B163D

Text Example


Text Example

White with #3B163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,22,61); }

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

background-color css

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

 a { background-color: rgb(59,22,61); }

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

border-color css

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

 span { border-color: rgb(59,22,61); }

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