#250127

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

Shades of Mardi Gras #250127

Tints of Mardi Gras #250127

Color information

#250127 (or 0x250127) is unknown color: approx Mardi Gras. HEX triplet: 25, 01 and 27. RGB value is (37,1,39). Sum of RGB (Red+Green+Blue) = 37+1+39=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #250127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250127 is #DAFED8. Grayscale: #0F0F0F. Windows color (decimal): -14352089 or 2556197. OLE color: 2556197.

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

Color convert

RGB37139-
CMYK0.050.9700.85
HSL296.84º95%7.84%-
HSV(B)296.84º97.44%15.29%-
XYZ1.140.561.97-
YUV16.1140.93142.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=48.05%
G=1.30%
B=50.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371390.050.9700.85296.84957.84
Hex251275610551295f8
Octal451475141012545113710
Binary100101110011110111000010101010110010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250127; }

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

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

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

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

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

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

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

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