Html Css Color HEX #3B233C Mardi Gras

📋 copy color: '#3B233C'

red 59 ◦ green 35 ◦ blue 60

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

Shades of Mardi Gras #3B233C

Tints of Mardi Gras #3B233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 38.31%
G = 22.73%
B = 38.96%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B233C (or 0x3B233C) is known color: Mardi Gras. HEX triplet: 3B, 23 and 3C. RGB value is (59,35,60). Sum of RGB (Red+Green+Blue) = 59+35+60=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B233C is #C4DCC3. Grayscale: #2C2C2C. Windows color (decimal): -12901572 or 3941179. OLE color: 3941179.

HSL color Cylindrical-coordinate representation of color #3B233C: hue angle of 297.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B233C is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 35 60 -
CMYK 0.02 0.42 0 0.76
HSL 297.6º 0.26% 0.19% -
HSV(B) 297.6º 0.42% 0.24% -
XYZ 3.22 2.46 4.58 -
YUV 45.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 59 35 60 0.02 0.42 0 0.76 297.6 0.26 0.19
Hex 3B 23 3C 2 2A 0 4C 12A 1A 13
Octal 73 43 74 2 52 0 114 452 32 23
Binary 111011 100011 111100 10 101010 0 1001100 100101010 11010 10011

Color Harmonies of #3B233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B233C

Black with #3B233C

Text Example


Text Example

White with #3B233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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