#251326

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

Shades of Mardi Gras #251326

Tints of Mardi Gras #251326

Color information

#251326 (or 0x251326) is unknown color: approx Mardi Gras. HEX triplet: 25, 13 and 26. RGB value is (37,19,38). Sum of RGB (Red+Green+Blue) = 37+19+38=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #251326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251326 is #DAECD9. Grayscale: #1A1A1A. Windows color (decimal): -14347482 or 2495269. OLE color: 2495269.

HSL color Cylindrical-coordinate representation of color #251326: hue angle of 296.84º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #251326 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB371938-
CMYK0.030.5000.85
HSL296.84º33.33%11.18%-
HSV(B)296.84º50%14.9%-
XYZ1.3511.96-
YUV26.55134.46135.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=39.36%
G=20.21%
B=40.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3719380.030.5000.85296.8433.3311.18
Hex25132633205512921b
Octal45234636201254514113
Binary1001011001110011011110010010101011001010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251326; }

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

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

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

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

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

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

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

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