#261228

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

Shades of Mardi Gras #261228

Tints of Mardi Gras #261228

Color information

#261228 (or 0x261228) is unknown color: approx Mardi Gras. HEX triplet: 26, 12 and 28. RGB value is (38,18,40). Sum of RGB (Red+Green+Blue) = 38+18+40=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #261228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261228 is #D9EDD7. Grayscale: #1A1A1A. Windows color (decimal): -14282200 or 2626086. OLE color: 2626086.

HSL color Cylindrical-coordinate representation of color #261228: hue angle of 294.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261228 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB381840-
CMYK0.050.5500.84
HSL294.55º37.93%11.37%-
HSV(B)294.55º55%15.69%-
XYZ1.412.13-
YUV26.49135.63136.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=39.58%
G=18.75%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3818400.050.5500.84294.5537.9311.37
Hex26122853705412726b
Octal46225056701244474613
Binary10011010010101000101110111010101001001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261228; }

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

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

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

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

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

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

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

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