Html Css Color HEX #251428 Mardi Gras

📋 copy color: '#251428'

red 37 ◦ green 20 ◦ blue 40

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

Shades of Mardi Gras #251428

Tints of Mardi Gras #251428

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #251428: hue angle of 291º 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 #251428 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 20 40 -
CMYK 0.07 0.5 0 0.84
HSL 291º 0.33% 0.12% -
HSV(B) 291º 0.5% 0.16% -
XYZ 1.4 1.05 2.14 -
YUV 27.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 37 20 40 0.07 0.5 0 0.84 291 0.33 0.12
Hex 25 14 28 7 32 0 54 123 21 C
Octal 45 24 50 7 62 0 124 443 41 14
Binary 100101 10100 101000 111 110010 0 1010100 100100011 100001 1100

Color Harmonies of #251428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251428

Black with #251428

Text Example


Text Example

White with #251428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251428; }

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

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

background-color css

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

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

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

border-color css

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

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

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