#251A25

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

Shades of Mardi Gras #251A25

Tints of Mardi Gras #251A25

Color information

#251A25 (or 0x251A25) is unknown color: approx Mardi Gras. HEX triplet: 25, 1A and 25. RGB value is (37,26,37). Sum of RGB (Red+Green+Blue) = 37+26+37=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A25 is #DAE5DA. Grayscale: #1E1E1E. Windows color (decimal): -14345691 or 2431525. OLE color: 2431525.

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

Color convert

RGB372637-
CMYK00.3000.85
HSL300º17.46%12.35%-
HSV(B)300º29.73%14.51%-
XYZ1.471.271.92-
YUV30.54131.64132.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 37 (14.84% from 255) = 37%
R=37%
G=26%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37263700.3000.8530017.4612.35
Hex251A2501E05512c11c
Octal45324503601254542114
Binary1001011101010010101111001010101100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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