#250027

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

Shades of Mardi Gras #250027

Tints of Mardi Gras #250027

Color information

#250027 (or 0x250027) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 27. RGB value is (37,0,39). Sum of RGB (Red+Green+Blue) = 37+0+39=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #250027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250027 is #DAFFD8. Grayscale: #0F0F0F. Windows color (decimal): -14352345 or 2555941. OLE color: 2555941.

HSL color Cylindrical-coordinate representation of color #250027: hue angle of 296.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250027 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB37039-
CMYK0.05100.85
HSL296.92º100%7.65%-
HSV(B)296.92º100%15.29%-
XYZ1.130.541.96-
YUV15.51141.26143.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=48.68%
G=0%
B=51.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal370390.05100.85296.921007.65
Hex25027564055129648
Octal450475144012545114410
Binary100101010011110111001000101010110010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250027; }

 p { color: rgb(37,0,39); }

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

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

 a { background-color: rgb(37,0,39); }

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

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

 span { border-color: rgb(37,0,39); }

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