#251228

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

Shades of Mardi Gras #251228

Tints of Mardi Gras #251228

Color information

#251228 (or 0x251228) is unknown color: approx Mardi Gras. HEX triplet: 25, 12 and 28. RGB value is (37,18,40). Sum of RGB (Red+Green+Blue) = 37+18+40=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #251228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251228 is #DAEDD7. Grayscale: #1A1A1A. Windows color (decimal): -14347736 or 2626085. OLE color: 2626085.

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

Color convert

RGB371840-
CMYK0.070.5500.84
HSL291.82º37.93%11.37%-
HSV(B)291.82º55%15.69%-
XYZ1.360.982.12-
YUV26.19135.79135.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=38.95%
G=18.95%
B=42.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3718400.070.5500.84291.8237.9311.37
Hex25122873705412426b
Octal45225076701244444613
Binary10010110010101000111110111010101001001001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251228; }

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

 H1.HeaderClassName
 {
   color: #251228;
 }
 .AnyTagClassName
 {
   color: #251228;
 }
</style>
background-color css

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

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

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

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

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

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