Html Css Color HEX #281429 Mardi Gras

📋 copy color: '#281429'

red 40 ◦ green 20 ◦ blue 41

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

Shades of Mardi Gras #281429

Tints of Mardi Gras #281429

RGB

 RED value IS 40 (16.02% from 255) = 39.6%

 GREEN value IS 20 (8.2% from 255) = 19.8%

 BLUE value IS 41 (16.41% from 255) = 40.59%

R = 39.6%
G = 19.8%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#281429 (or 0x281429) is known color: Mardi Gras. HEX triplet: 28, 14 and 29. RGB value is (40,20,41). Sum of RGB (Red+Green+Blue) = 40+20+41=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: blue. Hex color #281429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281429 is #D7EBD6. Grayscale: #1C1C1C. Windows color (decimal): -14150615 or 2692136. OLE color: 2692136.

HSL color Cylindrical-coordinate representation of color #281429: hue angle of 297.14º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #281429 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 20 41 -
CMYK 0.02 0.51 0 0.84
HSL 297.14º 0.34% 0.12% -
HSV(B) 297.14º 0.51% 0.16% -
XYZ 1.53 1.11 2.23 -
YUV 28.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 40 20 41 0.02 0.51 0 0.84 297.14 0.34 0.12
Hex 28 14 29 2 33 0 54 129 22 C
Octal 50 24 51 2 63 0 124 451 42 14
Binary 101000 10100 101001 10 110011 0 1010100 100101001 100010 1100

Color Harmonies of #281429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281429

Black with #281429

Text Example


Text Example

White with #281429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281429; }

 p { color: rgb(40,20,41); }

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

background-color css

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

 a { background-color: rgb(40,20,41); }

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

border-color css

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

 span { border-color: rgb(40,20,41); }

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