Html Css Color HEX #3B223F Mardi Gras

📋 copy color: '#3B223F'

red 59 ◦ green 34 ◦ blue 63

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

Shades of Mardi Gras #3B223F

Tints of Mardi Gras #3B223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 37.82%
G = 21.79%
B = 40.38%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B223F (or 0x3B223F) is known color: Mardi Gras. HEX triplet: 3B, 22 and 3F. RGB value is (59,34,63). Sum of RGB (Red+Green+Blue) = 59+34+63=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B223F is #C4DDC0. Grayscale: #2C2C2C. Windows color (decimal): -12901825 or 4137531. OLE color: 4137531.

HSL color Cylindrical-coordinate representation of color #3B223F: hue angle of 291.72º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B223F is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 34 63 -
CMYK 0.06 0.46 0 0.75
HSL 291.72º 0.3% 0.19% -
HSV(B) 291.72º 0.46% 0.25% -
XYZ 3.27 2.43 5 -
YUV 44.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 59 34 63 0.06 0.46 0 0.75 291.72 0.3 0.19
Hex 3B 22 3F 6 2E 0 4B 124 1E 13
Octal 73 42 77 6 56 0 113 444 36 23
Binary 111011 100010 111111 110 101110 0 1001011 100100100 11110 10011

Color Harmonies of #3B223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B223F

Black with #3B223F

Text Example


Text Example

White with #3B223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,63); }

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

background-color css

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

 a { background-color: rgb(59,34,63); }

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

border-color css

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

 span { border-color: rgb(59,34,63); }

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