#251A24

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

Shades of Mardi Gras #251A24

Tints of Mardi Gras #251A24

Color information

#251A24 (or 0x251A24) is unknown color: approx Mardi Gras. HEX triplet: 25, 1A and 24. RGB value is (37,26,36). Sum of RGB (Red+Green+Blue) = 37+26+36=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #251A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A24 is #DAE5DB. Grayscale: #1E1E1E. Windows color (decimal): -14345692 or 2365989. OLE color: 2365989.

HSL color Cylindrical-coordinate representation of color #251A24: hue angle of 305.45º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A24 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB372636-
CMYK00.300.030.85
HSL305.45º17.46%12.35%-
HSV(B)305.45º29.73%14.51%-
XYZ1.451.261.84-
YUV30.43131.14132.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=37.37%
G=26.26%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37263600.300.030.85305.4517.4612.35
Hex251A2401E35513111c
Octal45324403631254612114
Binary10010111010100100011110111010101100110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A24; }

 p { color: rgb(37,26,36); }

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

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

 a { background-color: rgb(37,26,36); }

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

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

 span { border-color: rgb(37,26,36); }

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