#250926

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

Shades of Mardi Gras #250926

Tints of Mardi Gras #250926

Color information

#250926 (or 0x250926) is unknown color: approx Mardi Gras. HEX triplet: 25, 09 and 26. RGB value is (37,9,38). Sum of RGB (Red+Green+Blue) = 37+9+38=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #250926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250926 is #DAF6D9. Grayscale: #141414. Windows color (decimal): -14350042 or 2492709. OLE color: 2492709.

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

Color convert

RGB37938-
CMYK0.030.7600.85
HSL297.93º61.7%9.22%-
HSV(B)297.93º76.32%14.9%-
XYZ1.210.731.91-
YUV20.68137.78139.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=44.05%
G=10.71%
B=45.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal379380.030.7600.85297.9361.79.22
Hex2592634C05512a3e9
Octal451146311401254527611
Binary1001011001100110111001100010101011001010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250926; }

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

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

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

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

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

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

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

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