#251526

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

Shades of Mardi Gras #251526

Tints of Mardi Gras #251526

Color information

#251526 (or 0x251526) is unknown color: approx Mardi Gras. HEX triplet: 25, 15 and 26. RGB value is (37,21,38). Sum of RGB (Red+Green+Blue) = 37+21+38=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 38 - color contains mainly: blue. Hex color #251526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251526 is #DAEAD9. Grayscale: #1B1B1B. Windows color (decimal): -14346970 or 2495781. OLE color: 2495781.

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

Color convert

RGB372138-
CMYK0.030.4500.85
HSL296.47º28.81%11.57%-
HSV(B)296.47º44.74%14.9%-
XYZ1.381.071.97-
YUV27.72133.8134.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=38.54%
G=21.88%
B=39.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3721380.030.4500.85296.4728.8111.57
Hex25152632D0551281dc
Octal45254635501254503514
Binary100101101011001101110110101010101100101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251526; }

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

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

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

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

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

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

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

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