#251427

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

Shades of Mardi Gras #251427

Tints of Mardi Gras #251427

Color information

#251427 (or 0x251427) is unknown color: approx Mardi Gras. HEX triplet: 25, 14 and 27. RGB value is (37,20,39). Sum of RGB (Red+Green+Blue) = 37+20+39=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #251427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251427 is #DAEBD8. Grayscale: #1B1B1B. Windows color (decimal): -14347225 or 2561061. OLE color: 2561061.

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

Color convert

RGB372039-
CMYK0.050.4900.85
HSL293.68º32.2%11.57%-
HSV(B)293.68º48.72%15.29%-
XYZ1.381.042.05-
YUV27.25134.63134.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=38.54%
G=20.83%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3720390.050.4900.85293.6832.211.57
Hex25142753105512620c
Octal45244756101254464014
Binary10010110100100111101110001010101011001001101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251427; }

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

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

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

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

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

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

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

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