Html Css Color HEX #41003A Mardi Gras

📋 copy color: '#41003A'

red 65 ◦ green 0 ◦ blue 58

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

Shades of Mardi Gras #41003A

Tints of Mardi Gras #41003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 52.85%
G = 0%
B = 47.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41003A (or 0x41003A) is known color: Mardi Gras. HEX triplet: 41, 00 and 3A. RGB value is (65,0,58). Sum of RGB (Red+Green+Blue) = 65+0+58=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #41003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003A is #BEFFC5. Grayscale: #191919. Windows color (decimal): -12517318 or 3801153. OLE color: 3801153.

HSL color Cylindrical-coordinate representation of color #41003A: hue angle of 306.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41003A is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 0 58 -
CMYK 0 1 0.11 0.75
HSL 306.46º 1% 0.13% -
HSV(B) 306.46º 1% 0.25% -
XYZ 2.94 1.43 4.12 -
YUV 26.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 65 0 58 0 1 0.11 0.75 306.46 1 0.13
Hex 41 0 3A 0 64 B 4B 132 64 D
Octal 101 0 72 0 144 13 113 462 144 15
Binary 1000001 0 111010 0 1100100 1011 1001011 100110010 1100100 1101

Color Harmonies of #41003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41003A

Black with #41003A

Text Example


Text Example

White with #41003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41003A; }

 p { color: rgb(65,0,58); }

 H1.HeaderClassName
 {
   color: #41003A;
 }
 .AnyTagClassName
 {
   color: #41003A;
 }
</style>

background-color css

<style>
 a { background-color: #41003A; }

 a { background-color: rgb(65,0,58); }

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

border-color css

<style>
 span { border-color: #41003A; }

 span { border-color: rgb(65,0,58); }

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