#250F27

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

Shades of Mardi Gras #250F27

Tints of Mardi Gras #250F27

Color information

#250F27 (or 0x250F27) is unknown color: approx Mardi Gras. HEX triplet: 25, 0F and 27. RGB value is (37,15,39). Sum of RGB (Red+Green+Blue) = 37+15+39=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #250F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F27 is #DAF0D8. Grayscale: #181818. Windows color (decimal): -14348505 or 2559781. OLE color: 2559781.

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

Color convert

RGB371539-
CMYK0.050.6200.85
HSL295º44.44%10.59%-
HSV(B)295º61.54%15.29%-
XYZ1.30.882.02-
YUV24.31136.29137.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=40.66%
G=16.48%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3715390.050.6200.8529544.4410.59
Hex25F2753E0551272cb
Octal45174757601254475413
Binary1001011111100111101111110010101011001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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