#250826

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

Shades of Mardi Gras #250826

Tints of Mardi Gras #250826

Color information

#250826 (or 0x250826) is unknown color: approx Mardi Gras. HEX triplet: 25, 08 and 26. RGB value is (37,8,38). Sum of RGB (Red+Green+Blue) = 37+8+38=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #250826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250826 is #DAF7D9. Grayscale: #141414. Windows color (decimal): -14350298 or 2492453. OLE color: 2492453.

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

Color convert

RGB37838-
CMYK0.030.7900.85
HSL298º65.22%9.02%-
HSV(B)298º78.95%14.9%-
XYZ1.20.711.91-
YUV20.09138.11140.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=44.58%
G=9.64%
B=45.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378380.030.7900.8529865.229.02
Hex2582634F05512a419
Octal4510463117012545210111
Binary10010110001001101110011110101010110010101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250826; }

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

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

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

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

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

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

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

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