#252026

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

Shades of Mardi Gras #252026

Tints of Mardi Gras #252026

Color information

#252026 (or 0x252026) is unknown color: approx Mardi Gras. HEX triplet: 25, 20 and 26. RGB value is (37,32,38). Sum of RGB (Red+Green+Blue) = 37+32+38=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 38 - color contains mainly: blue. Hex color #252026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252026 is #DADFD9. Grayscale: #222222. Windows color (decimal): -14344154 or 2498597. OLE color: 2498597.

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

Color convert

RGB373238-
CMYK0.030.1600.85
HSL290º8.57%13.73%-
HSV(B)290º15.79%14.9%-
XYZ1.631.572.05-
YUV34.18130.16130.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=34.58%
G=29.91%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732380.030.1600.852908.5713.73
Hex2520263100551229e
Octal45404632001254421116
Binary10010110000010011011100000101010110010001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252026; }

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

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

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

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

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

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

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

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