Html Css Color HEX #281325 Mardi Gras

📋 copy color: '#281325'

red 40 ◦ green 19 ◦ blue 37

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

Shades of Mardi Gras #281325

Tints of Mardi Gras #281325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

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

R = 41.67%
G = 19.79%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#281325 (or 0x281325) is known color: Mardi Gras. HEX triplet: 28, 13 and 25. RGB value is (40,19,37). Sum of RGB (Red+Green+Blue) = 40+19+37=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281325 is #D7ECDA. Grayscale: #1B1B1B. Windows color (decimal): -14150875 or 2429736. OLE color: 2429736.

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

Color convert

RGB 40 19 37 -
CMYK 0 0.52 0.07 0.84
HSL 308.57º 0.36% 0.12% -
HSV(B) 308.57º 0.53% 0.16% -
XYZ 1.44 1.05 1.88 -
YUV 27.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 40 19 37 0 0.52 0.07 0.84 308.57 0.36 0.12
Hex 28 13 25 0 34 7 54 135 24 C
Octal 50 23 45 0 64 7 124 465 44 14
Binary 101000 10011 100101 0 110100 111 1010100 100110101 100100 1100

Color Harmonies of #281325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281325

Black with #281325

Text Example


Text Example

White with #281325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281325; }

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

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

background-color css

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

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

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

border-color css

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

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

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