Html Css Color HEX #42003F Mardi Gras

📋 copy color: '#42003F'

red 66 ◦ green 0 ◦ blue 63

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

Shades of Mardi Gras #42003F

Tints of Mardi Gras #42003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.84%

R = 51.16%
G = 0%
B = 48.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42003F (or 0x42003F) is known color: Mardi Gras. HEX triplet: 42, 00 and 3F. RGB value is (66,0,63). Sum of RGB (Red+Green+Blue) = 66+0+63=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003F is #BDFFC0. Grayscale: #1A1A1A. Windows color (decimal): -12451777 or 4128834. OLE color: 4128834.

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

Color convert

RGB 66 0 63 -
CMYK 0 1 0.05 0.74
HSL 302.73º 1% 0.13% -
HSV(B) 302.73º 1% 0.26% -
XYZ 3.14 1.52 4.83 -
YUV 26.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 66 0 63 0 1 0.05 0.74 302.73 1 0.13
Hex 42 0 3F 0 64 5 4A 12F 64 D
Octal 102 0 77 0 144 5 112 457 144 15
Binary 1000010 0 111111 0 1100100 101 1001010 100101111 1100100 1101

Color Harmonies of #42003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42003F

Black with #42003F

Text Example


Text Example

White with #42003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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