#251327

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

Shades of Mardi Gras #251327

Tints of Mardi Gras #251327

Color information

#251327 (or 0x251327) is unknown color: approx Mardi Gras. HEX triplet: 25, 13 and 27. RGB value is (37,19,39). Sum of RGB (Red+Green+Blue) = 37+19+39=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #251327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251327 is #DAECD8. Grayscale: #1A1A1A. Windows color (decimal): -14347481 or 2560805. OLE color: 2560805.

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

Color convert

RGB371939-
CMYK0.050.5100.85
HSL294º34.48%11.37%-
HSV(B)294º51.28%15.29%-
XYZ1.361.012.04-
YUV26.66134.96135.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=38.95%
G=20%
B=41.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3719390.050.5100.8529434.4811.37
Hex25132753305512622b
Octal45234756301254464213
Binary10010110011100111101110011010101011001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251327; }

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

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

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

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

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

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

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

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