#251126

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

Shades of Mardi Gras #251126

Tints of Mardi Gras #251126

Color information

#251126 (or 0x251126) is unknown color: approx Mardi Gras. HEX triplet: 25, 11 and 26. RGB value is (37,17,38). Sum of RGB (Red+Green+Blue) = 37+17+38=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #251126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251126 is #DAEED9. Grayscale: #191919. Windows color (decimal): -14347994 or 2494757. OLE color: 2494757.

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

Color convert

RGB371738-
CMYK0.030.5500.85
HSL297.14º38.18%10.78%-
HSV(B)297.14º55.26%14.9%-
XYZ1.310.931.94-
YUV25.37135.13136.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=40.22%
G=18.48%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3717380.030.5500.85297.1438.1810.78
Hex25112633705512926b
Octal45214636701254514613
Binary1001011000110011011110111010101011001010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251126; }

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

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

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

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

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

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

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

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