#251926

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

Shades of Mardi Gras #251926

Tints of Mardi Gras #251926

Color information

#251926 (or 0x251926) is unknown color: approx Mardi Gras. HEX triplet: 25, 19 and 26. RGB value is (37,25,38). Sum of RGB (Red+Green+Blue) = 37+25+38=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 38 - color contains mainly: blue. Hex color #251926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251926 is #DAE6D9. Grayscale: #1E1E1E. Windows color (decimal): -14345946 or 2496805. OLE color: 2496805.

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

Color convert

RGB372538-
CMYK0.030.3400.85
HSL295.38º20.63%12.35%-
HSV(B)295.38º34.21%14.9%-
XYZ1.461.231.99-
YUV30.07132.48132.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 38%
R=37%
G=25%
B=38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3725380.030.3400.85295.3820.6312.35
Hex25192632205512715c
Octal45314634201254472514
Binary100101110011001101110001001010101100100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251926; }

 p { color: rgb(37,25,38); }

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

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

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

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

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

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

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