#251C25

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

Shades of Mardi Gras #251C25

Tints of Mardi Gras #251C25

Color information

#251C25 (or 0x251C25) is unknown color: approx Mardi Gras. HEX triplet: 25, 1C and 25. RGB value is (37,28,37). Sum of RGB (Red+Green+Blue) = 37+28+37=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C25 is #DAE3DA. Grayscale: #1F1F1F. Windows color (decimal): -14345179 or 2432037. OLE color: 2432037.

HSL color Cylindrical-coordinate representation of color #251C25: hue angle of 300º 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 #251C25 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB372837-
CMYK00.2400.85
HSL300º13.85%12.75%-
HSV(B)300º24.32%14.51%-
XYZ1.511.361.93-
YUV31.72130.98131.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=36.27%
G=27.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37283700.2400.8530013.8512.75
Hex251C2501805512ced
Octal45344503001254541615
Binary100101111001001010110000101010110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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