Html Css Color HEX #41183B Mardi Gras

📋 copy color: '#41183B'

red 65 ◦ green 24 ◦ blue 59

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

Shades of Mardi Gras #41183B

Tints of Mardi Gras #41183B

RGB

 RED value IS 65 (25.78% from 255) = 43.92%

 GREEN value IS 24 (9.77% from 255) = 16.22%

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 43.92%
G = 16.22%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41183B (or 0x41183B) is known color: Mardi Gras. HEX triplet: 41, 18 and 3B. RGB value is (65,24,59). Sum of RGB (Red+Green+Blue) = 65+24+59=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183B is #BEE7C4. Grayscale: #282828. Windows color (decimal): -12511173 or 3872833. OLE color: 3872833.

HSL color Cylindrical-coordinate representation of color #41183B: hue angle of 308.78º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41183B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 59 -
CMYK 0 0.63 0.09 0.75
HSL 308.78º 0.46% 0.17% -
HSV(B) 308.78º 0.63% 0.25% -
XYZ 3.3 2.09 4.37 -
YUV 40.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 65 24 59 0 0.63 0.09 0.75 308.78 0.46 0.17
Hex 41 18 3B 0 3F 9 4B 135 2E 11
Octal 101 30 73 0 77 11 113 465 56 21
Binary 1000001 11000 111011 0 111111 1001 1001011 100110101 101110 10001

Color Harmonies of #41183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41183B

Black with #41183B

Text Example


Text Example

White with #41183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41183B; }

 p { color: rgb(65,24,59); }

 H1.HeaderClassName
 {
   color: #41183B;
 }
 .AnyTagClassName
 {
   color: #41183B;
 }
</style>

background-color css

<style>
 a { background-color: #41183B; }

 a { background-color: rgb(65,24,59); }

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

border-color css

<style>
 span { border-color: #41183B; }

 span { border-color: rgb(65,24,59); }

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