#251C24

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

Shades of Mardi Gras #251C24

Tints of Mardi Gras #251C24

Color information

#251C24 (or 0x251C24) is unknown color: approx Mardi Gras. HEX triplet: 25, 1C and 24. RGB value is (37,28,36). Sum of RGB (Red+Green+Blue) = 37+28+36=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 37 - color contains mainly: red. Hex color #251C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C24 is #DAE3DB. Grayscale: #1F1F1F. Windows color (decimal): -14345180 or 2366501. OLE color: 2366501.

HSL color Cylindrical-coordinate representation of color #251C24: hue angle of 306.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C24 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB372836-
CMYK00.240.030.85
HSL306.67º13.85%12.75%-
HSV(B)306.67º24.32%14.51%-
XYZ1.51.351.85-
YUV31.6130.48131.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=36.63%
G=27.72%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37283600.240.030.85306.6713.8512.75
Hex251C24018355133ed
Octal45344403031254631615
Binary1001011110010010001100011101010110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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