Html Css Color HEX #3B123E Mardi Gras

📋 copy color: '#3B123E'

red 59 ◦ green 18 ◦ blue 62

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

Shades of Mardi Gras #3B123E

Tints of Mardi Gras #3B123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 42.45%
G = 12.95%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B123E (or 0x3B123E) is known color: Mardi Gras. HEX triplet: 3B, 12 and 3E. RGB value is (59,18,62). Sum of RGB (Red+Green+Blue) = 59+18+62=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B123E is #C4EDC1. Grayscale: #232323. Windows color (decimal): -12905922 or 4067899. OLE color: 4067899.

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

Color convert

RGB 59 18 62 -
CMYK 0.05 0.71 0 0.76
HSL 295.91º 0.55% 0.16% -
HSV(B) 295.91º 0.71% 0.24% -
XYZ 2.89 1.71 4.74 -
YUV 35.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 59 18 62 0.05 0.71 0 0.76 295.91 0.55 0.16
Hex 3B 12 3E 5 47 0 4C 128 37 10
Octal 73 22 76 5 107 0 114 450 67 20
Binary 111011 10010 111110 101 1000111 0 1001100 100101000 110111 10000

Color Harmonies of #3B123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B123E

Black with #3B123E

Text Example


Text Example

White with #3B123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,62); }

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

background-color css

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

 a { background-color: rgb(59,18,62); }

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

border-color css

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

 span { border-color: rgb(59,18,62); }

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