#251127

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

Shades of Mardi Gras #251127

Tints of Mardi Gras #251127

Color information

#251127 (or 0x251127) is unknown color: approx Mardi Gras. HEX triplet: 25, 11 and 27. RGB value is (37,17,39). Sum of RGB (Red+Green+Blue) = 37+17+39=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #251127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251127 is #DAEED8. Grayscale: #191919. Windows color (decimal): -14347993 or 2560293. OLE color: 2560293.

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

Color convert

RGB371739-
CMYK0.050.5600.85
HSL294.55º39.29%10.98%-
HSV(B)294.55º56.41%15.29%-
XYZ1.330.942.03-
YUV25.49135.63136.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=39.78%
G=18.28%
B=41.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3717390.050.5600.85294.5539.2910.98
Hex25112753805512727b
Octal45214757001254474713
Binary10010110001100111101111000010101011001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251127; }

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

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

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

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

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

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

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

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