#251428

Color #251428 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #251428

Tints of Mardi Gras #251428

Color information

#251428 (or 0x251428) is unknown color: approx 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

RGB372040-
CMYK0.070.500.84
HSL291º33.33%11.76%-
HSV(B)291º50%15.69%-
XYZ1.41.052.14-
YUV27.36135.13134.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3720400.070.500.8429133.3311.76
Hex25142873205412321c
Octal45245076201244434114
Binary10010110100101000111110010010101001001000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>