Html Css Color HEX #42033B Mardi Gras

📋 copy color: '#42033B'

red 66 ◦ green 3 ◦ blue 59

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

Shades of Mardi Gras #42033B

Tints of Mardi Gras #42033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 51.56%
G = 2.34%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#42033B (or 0x42033B) is known color: Mardi Gras. HEX triplet: 42, 03 and 3B. RGB value is (66,3,59). Sum of RGB (Red+Green+Blue) = 66+3+59=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42033B is #BDFCC4. Grayscale: #1C1C1C. Windows color (decimal): -12451013 or 3867458. OLE color: 3867458.

HSL color Cylindrical-coordinate representation of color #42033B: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42033B is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 59 -
CMYK 0 0.95 0.11 0.74
HSL 306.67º 0.91% 0.14% -
HSV(B) 306.67º 0.95% 0.26% -
XYZ 3.07 1.54 4.27 -
YUV 28.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 66 3 59 0 0.95 0.11 0.74 306.67 0.91 0.14
Hex 42 3 3B 0 5F B 4A 133 5B E
Octal 102 3 73 0 137 13 112 463 133 16
Binary 1000010 11 111011 0 1011111 1011 1001010 100110011 1011011 1110

Color Harmonies of #42033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42033B

Black with #42033B

Text Example


Text Example

White with #42033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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