#251128

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

Shades of Mardi Gras #251128

Tints of Mardi Gras #251128

Color information

#251128 (or 0x251128) is unknown color: approx Mardi Gras. HEX triplet: 25, 11 and 28. RGB value is (37,17,40). Sum of RGB (Red+Green+Blue) = 37+17+40=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #251128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251128 is #DAEED7. Grayscale: #191919. Windows color (decimal): -14347992 or 2625829. OLE color: 2625829.

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

Color convert

RGB371740-
CMYK0.070.5700.84
HSL292.17º40.35%11.18%-
HSV(B)292.17º57.5%15.69%-
XYZ1.350.952.12-
YUV25.6136.13136.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=39.36%
G=18.09%
B=42.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3717400.070.5700.84292.1740.3511.18
Hex25112873905412428b
Octal45215077101244445013
Binary10010110001101000111111001010101001001001001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251128; }

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

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

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

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

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

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

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

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