#251225

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

Shades of Mardi Gras #251225

Tints of Mardi Gras #251225

Color information

#251225 (or 0x251225) is unknown color: approx Mardi Gras. HEX triplet: 25, 12 and 25. RGB value is (37,18,37). Sum of RGB (Red+Green+Blue) = 37+18+37=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251225 is #DAEDDA. Grayscale: #191919. Windows color (decimal): -14347739 or 2429477. OLE color: 2429477.

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

Color convert

RGB371837-
CMYK00.5100.85
HSL300º34.55%10.78%-
HSV(B)300º51.35%14.51%-
XYZ1.310.961.87-
YUV25.85134.29135.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=40.22%
G=19.57%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37183700.5100.8530034.5510.78
Hex25122503305512c23b
Octal45224506301254544313
Binary100101100101001010110011010101011001011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251225; }

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

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

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

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

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

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

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

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