Html Css Color HEX #3A003D Mardi Gras

📋 copy color: '#3A003D'

red 58 ◦ green 0 ◦ blue 61

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

Shades of Mardi Gras #3A003D

Tints of Mardi Gras #3A003D

RGB

 RED value IS 58 (23.05% from 255) = 48.74%

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

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 48.74%
G = 0%
B = 51.26%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A003D (or 0x3A003D) is known color: Mardi Gras. HEX triplet: 3A, 00 and 3D. RGB value is (58,0,61). Sum of RGB (Red+Green+Blue) = 58+0+61=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A003D is #C5FFC2. Grayscale: #181818. Windows color (decimal): -12976067 or 3997754. OLE color: 3997754.

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

Color convert

RGB 58 0 61 -
CMYK 0.05 1 0 0.76
HSL 297.05º 1% 0.12% -
HSV(B) 297.05º 1% 0.24% -
XYZ 2.59 1.24 4.52 -
YUV 24.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 58 0 61 0.05 1 0 0.76 297.05 1 0.12
Hex 3A 0 3D 5 64 0 4C 129 64 C
Octal 72 0 75 5 144 0 114 451 144 14
Binary 111010 0 111101 101 1100100 0 1001100 100101001 1100100 1100

Color Harmonies of #3A003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A003D

Black with #3A003D

Text Example


Text Example

White with #3A003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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