Html Css Color HEX #42003B Mardi Gras

📋 copy color: '#42003B'

red 66 ◦ green 0 ◦ blue 59

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

Shades of Mardi Gras #42003B

Tints of Mardi Gras #42003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 47.2%

R = 52.8%
G = 0%
B = 47.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42003B (or 0x42003B) is known color: Mardi Gras. HEX triplet: 42, 00 and 3B. RGB value is (66,0,59). Sum of RGB (Red+Green+Blue) = 66+0+59=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42003B is #BDFFC4. Grayscale: #1A1A1A. Windows color (decimal): -12451781 or 3866690. OLE color: 3866690.

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

Color convert

RGB 66 0 59 -
CMYK 0 1 0.11 0.74
HSL 306.36º 1% 0.13% -
HSV(B) 306.36º 1% 0.26% -
XYZ 3.04 1.47 4.26 -
YUV 26.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 66 0 59 0 1 0.11 0.74 306.36 1 0.13
Hex 42 0 3B 0 64 B 4A 132 64 D
Octal 102 0 73 0 144 13 112 462 144 15
Binary 1000010 0 111011 0 1100100 1011 1001010 100110010 1100100 1101

Color Harmonies of #42003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42003B

Black with #42003B

Text Example


Text Example

White with #42003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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