#261528

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

Shades of Mardi Gras #261528

Tints of Mardi Gras #261528

Color information

#261528 (or 0x261528) is unknown color: approx Mardi Gras. HEX triplet: 26, 15 and 28. RGB value is (38,21,40). Sum of RGB (Red+Green+Blue) = 38+21+40=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #261528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261528 is #D9EAD7. Grayscale: #1C1C1C. Windows color (decimal): -14281432 or 2626854. OLE color: 2626854.

HSL color Cylindrical-coordinate representation of color #261528: hue angle of 293.68º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #261528 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB382140-
CMYK0.050.4800.84
HSL293.68º31.15%11.96%-
HSV(B)293.68º47.5%15.69%-
XYZ1.451.12.14-
YUV28.25134.63134.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=38.38%
G=21.21%
B=40.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3821400.050.4800.84293.6831.1511.96
Hex2615285300541261fc
Octal46255056001244463714
Binary1001101010110100010111000001010100100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261528; }

 p { color: rgb(38,21,40); }

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

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

 a { background-color: rgb(38,21,40); }

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

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

 span { border-color: rgb(38,21,40); }

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