Html Css Color HEX #42003E Mardi Gras

📋 copy color: '#42003E'

red 66 ◦ green 0 ◦ blue 62

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

Shades of Mardi Gras #42003E

Tints of Mardi Gras #42003E

RGB

 RED value IS 66 (26.17% from 255) = 51.56%

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

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

R = 51.56%
G = 0%
B = 48.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#42003E (or 0x42003E) is known color: Mardi Gras. HEX triplet: 42, 00 and 3E. RGB value is (66,0,62). Sum of RGB (Red+Green+Blue) = 66+0+62=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003E is #BDFFC1. Grayscale: #1A1A1A. Windows color (decimal): -12451778 or 4063298. OLE color: 4063298.

HSL color Cylindrical-coordinate representation of color #42003E: hue angle of 303.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42003E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 62 -
CMYK 0 1 0.06 0.74
HSL 303.64º 1% 0.13% -
HSV(B) 303.64º 1% 0.26% -
XYZ 3.12 1.51 4.68 -
YUV 26.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 66 0 62 0 1 0.06 0.74 303.64 1 0.13
Hex 42 0 3E 0 64 6 4A 130 64 D
Octal 102 0 76 0 144 6 112 460 144 15
Binary 1000010 0 111110 0 1100100 110 1001010 100110000 1100100 1101

Color Harmonies of #42003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42003E

Black with #42003E

Text Example


Text Example

White with #42003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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