Html Css Color HEX #43003B Mardi Gras

📋 copy color: '#43003B'

red 67 ◦ green 0 ◦ blue 59

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

Shades of Mardi Gras #43003B

Tints of Mardi Gras #43003B

RGB

 RED value IS 67 (26.56% from 255) = 53.17%

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

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

R = 53.17%
G = 0%
B = 46.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#43003B (or 0x43003B) is known color: Mardi Gras. HEX triplet: 43, 00 and 3B. RGB value is (67,0,59). Sum of RGB (Red+Green+Blue) = 67+0+59=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #43003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43003B is #BCFFC4. Grayscale: #1A1A1A. Windows color (decimal): -12386245 or 3866691. OLE color: 3866691.

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

Color convert

RGB 67 0 59 -
CMYK 0 1 0.12 0.74
HSL 307.16º 1% 0.13% -
HSV(B) 307.16º 1% 0.26% -
XYZ 3.1 1.51 4.27 -
YUV 26.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 67 0 59 0 1 0.12 0.74 307.16 1 0.13
Hex 43 0 3B 0 64 C 4A 133 64 D
Octal 103 0 73 0 144 14 112 463 144 15
Binary 1000011 0 111011 0 1100100 1100 1001010 100110011 1100100 1101

Color Harmonies of #43003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43003B

Black with #43003B

Text Example


Text Example

White with #43003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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