#251527

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

Shades of Mardi Gras #251527

Tints of Mardi Gras #251527

Color information

#251527 (or 0x251527) is unknown color: approx Mardi Gras. HEX triplet: 25, 15 and 27. RGB value is (37,21,39). Sum of RGB (Red+Green+Blue) = 37+21+39=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: blue. Hex color #251527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251527 is #DAEAD8. Grayscale: #1B1B1B. Windows color (decimal): -14346969 or 2561317. OLE color: 2561317.

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

Color convert

RGB372139-
CMYK0.050.4600.85
HSL293.33º30%11.76%-
HSV(B)293.33º46.15%15.29%-
XYZ1.41.082.05-
YUV27.84134.3134.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=38.14%
G=21.65%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3721390.050.4600.85293.333011.76
Hex25152752E0551251ec
Octal45254755601254453614
Binary1001011010110011110110111001010101100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251527; }

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

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

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

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

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

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

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

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