Html Css Color HEX #41003E Mardi Gras

📋 copy color: '#41003E'

red 65 ◦ green 0 ◦ blue 62

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

Shades of Mardi Gras #41003E

Tints of Mardi Gras #41003E

RGB

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

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

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

R = 51.18%
G = 0%
B = 48.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#41003E (or 0x41003E) is known color: Mardi Gras. HEX triplet: 41, 00 and 3E. RGB value is (65,0,62). Sum of RGB (Red+Green+Blue) = 65+0+62=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003E is #BEFFC1. Grayscale: #1A1A1A. Windows color (decimal): -12517314 or 4063297. OLE color: 4063297.

HSL color Cylindrical-coordinate representation of color #41003E: hue angle of 302.77º 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 #41003E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 0 62 -
CMYK 0 1 0.05 0.75
HSL 302.77º 1% 0.13% -
HSV(B) 302.77º 1% 0.25% -
XYZ 3.05 1.47 4.68 -
YUV 26.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 65 0 62 0 1 0.05 0.75 302.77 1 0.13
Hex 41 0 3E 0 64 5 4B 12F 64 D
Octal 101 0 76 0 144 5 113 457 144 15
Binary 1000001 0 111110 0 1100100 101 1001011 100101111 1100100 1101

Color Harmonies of #41003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41003E

Black with #41003E

Text Example


Text Example

White with #41003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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