Html Css Color HEX #3B1738 Mardi Gras

📋 copy color: '#3B1738'

red 59 ◦ green 23 ◦ blue 56

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

Shades of Mardi Gras #3B1738

Tints of Mardi Gras #3B1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 56 (22.27% from 255) = 40.58%

R = 42.75%
G = 16.67%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B1738 (or 0x3B1738) is known color: Mardi Gras. HEX triplet: 3B, 17 and 38. RGB value is (59,23,56). Sum of RGB (Red+Green+Blue) = 59+23+56=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1738 is #C4E8C7. Grayscale: #252525. Windows color (decimal): -12904648 or 3675963. OLE color: 3675963.

HSL color Cylindrical-coordinate representation of color #3B1738: hue angle of 305º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1738 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 23 56 -
CMYK 0 0.61 0.05 0.77
HSL 305º 0.44% 0.16% -
HSV(B) 305º 0.61% 0.23% -
XYZ 2.82 1.83 3.95 -
YUV 37.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 59 23 56 0 0.61 0.05 0.77 305 0.44 0.16
Hex 3B 17 38 0 3D 5 4D 131 2C 10
Octal 73 27 70 0 75 5 115 461 54 20
Binary 111011 10111 111000 0 111101 101 1001101 100110001 101100 10000

Color Harmonies of #3B1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1738

Black with #3B1738

Text Example


Text Example

White with #3B1738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,56); }

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

background-color css

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

 a { background-color: rgb(59,23,56); }

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

border-color css

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

 span { border-color: rgb(59,23,56); }

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