#250227

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

Shades of Mardi Gras #250227

Tints of Mardi Gras #250227

Color information

#250227 (or 0x250227) is unknown color: approx Mardi Gras. HEX triplet: 25, 02 and 27. RGB value is (37,2,39). Sum of RGB (Red+Green+Blue) = 37+2+39=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #250227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250227 is #DAFDD8. Grayscale: #101010. Windows color (decimal): -14351833 or 2556453. OLE color: 2556453.

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

Color convert

RGB37239-
CMYK0.050.9500.85
HSL296.76º90.24%8.04%-
HSV(B)296.76º94.87%15.29%-
XYZ1.150.581.97-
YUV16.68140.6142.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 39 (15.62% from 255) = 50%
R=47.44%
G=2.56%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372390.050.9500.85296.7690.248.04
Hex2522755F0551295a8
Octal452475137012545113210
Binary1001011010011110110111110101010110010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250227; }

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

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

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

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

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

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

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

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