Html Css Color HEX #281425 Mardi Gras

📋 copy color: '#281425'

red 40 ◦ green 20 ◦ blue 37

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

Shades of Mardi Gras #281425

Tints of Mardi Gras #281425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 41.24%
G = 20.62%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#281425 (or 0x281425) is known color: Mardi Gras. HEX triplet: 28, 14 and 25. RGB value is (40,20,37). Sum of RGB (Red+Green+Blue) = 40+20+37=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281425 is #D7EBDA. Grayscale: #1B1B1B. Windows color (decimal): -14150619 or 2429992. OLE color: 2429992.

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

Color convert

RGB 40 20 37 -
CMYK 0 0.5 0.07 0.84
HSL 309º 0.33% 0.12% -
HSV(B) 309º 0.5% 0.16% -
XYZ 1.46 1.09 1.88 -
YUV 27.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 40 20 37 0 0.5 0.07 0.84 309 0.33 0.12
Hex 28 14 25 0 32 7 54 135 21 C
Octal 50 24 45 0 62 7 124 465 41 14
Binary 101000 10100 100101 0 110010 111 1010100 100110101 100001 1100

Color Harmonies of #281425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281425

Black with #281425

Text Example


Text Example

White with #281425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281425; }

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

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

background-color css

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

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

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

border-color css

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

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

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