#250B28

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

Shades of Mardi Gras #250B28

Tints of Mardi Gras #250B28

Color information

#250B28 (or 0x250B28) is unknown color: approx Mardi Gras. HEX triplet: 25, 0B and 28. RGB value is (37,11,40). Sum of RGB (Red+Green+Blue) = 37+11+40=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #250B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B28 is #DAF4D7. Grayscale: #151515. Windows color (decimal): -14349528 or 2624293. OLE color: 2624293.

HSL color Cylindrical-coordinate representation of color #250B28: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250B28 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB371140-
CMYK0.070.7200.84
HSL293.79º56.86%10%-
HSV(B)293.79º72.5%15.69%-
XYZ1.270.792.09-
YUV22.08138.11138.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=42.05%
G=12.5%
B=45.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3711400.070.7200.84293.7956.8610
Hex25B2874805412639a
Octal451350711001244467112
Binary10010110111010001111001000010101001001001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250B28; }

 p { color: rgb(37,11,40); }

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

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

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

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

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

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

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