#252125

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

Shades of Mardi Gras #252125

Tints of Mardi Gras #252125

Color information

#252125 (or 0x252125) is unknown color: approx Mardi Gras. HEX triplet: 25, 21 and 25. RGB value is (37,33,37). Sum of RGB (Red+Green+Blue) = 37+33+37=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #252125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252125 is #DADEDA. Grayscale: #222222. Windows color (decimal): -14343899 or 2433317. OLE color: 2433317.

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

Color convert

RGB373337-
CMYK00.1100.85
HSL300º5.71%13.73%-
HSV(B)300º10.81%14.51%-
XYZ1.641.611.98-
YUV34.65129.33129.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=34.58%
G=30.84%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333700.1100.853005.7113.73
Hex2521250B05512c6e
Octal4541450130125454616
Binary10010110000110010101011010101011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252125; }

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

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

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

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

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

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

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

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