Html Css Color HEX #420343 Mardi Gras

📋 copy color: '#420343'

red 66 ◦ green 3 ◦ blue 67

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

Shades of Mardi Gras #420343

Tints of Mardi Gras #420343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 49.26%

R = 48.53%
G = 2.21%
B = 49.26%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#420343 (or 0x420343) is known color: Mardi Gras. HEX triplet: 42, 03 and 43. RGB value is (66,3,67). Sum of RGB (Red+Green+Blue) = 66+3+67=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #420343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420343 is #BDFCBC. Grayscale: #1C1C1C. Windows color (decimal): -12451005 or 4391746. OLE color: 4391746.

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

Color convert

RGB 66 3 67 -
CMYK 0.01 0.96 0 0.74
HSL 299.06º 0.91% 0.14% -
HSV(B) 299.06º 0.96% 0.26% -
XYZ 3.29 1.63 5.45 -
YUV 29.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 66 3 67 0.01 0.96 0 0.74 299.06 0.91 0.14
Hex 42 3 43 1 60 0 4A 12B 5B E
Octal 102 3 103 1 140 0 112 453 133 16
Binary 1000010 11 1000011 1 1100000 0 1001010 100101011 1011011 1110

Color Harmonies of #420343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420343

Black with #420343

Text Example


Text Example

White with #420343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420343; }

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

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

background-color css

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

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

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

border-color css

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

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

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