#252126

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

Shades of Mardi Gras #252126

Tints of Mardi Gras #252126

Color information

#252126 (or 0x252126) is unknown color: approx Mardi Gras. HEX triplet: 25, 21 and 26. RGB value is (37,33,38). Sum of RGB (Red+Green+Blue) = 37+33+38=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 38 - color contains mainly: blue. Hex color #252126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252126 is #DADED9. Grayscale: #222222. Windows color (decimal): -14343898 or 2498853. OLE color: 2498853.

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

Color convert

RGB373338-
CMYK0.030.1300.85
HSL288º7.04%13.92%-
HSV(B)288º13.16%14.9%-
XYZ1.661.622.06-
YUV34.77129.83129.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=34.26%
G=30.56%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3733380.030.1300.852887.0413.92
Hex2521263D0551207e
Octal4541463150125440716
Binary100101100001100110111101010101011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252126; }

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

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

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

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

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

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

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

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