#260D28

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

Shades of Mardi Gras #260D28

Tints of Mardi Gras #260D28

Color information

#260D28 (or 0x260D28) is unknown color: approx Mardi Gras. HEX triplet: 26, 0D and 28. RGB value is (38,13,40). Sum of RGB (Red+Green+Blue) = 38+13+40=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #260D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D28 is #D9F2D7. Grayscale: #171717. Windows color (decimal): -14283480 or 2624806. OLE color: 2624806.

HSL color Cylindrical-coordinate representation of color #260D28: hue angle of 295.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260D28 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB381340-
CMYK0.050.6700.84
HSL295.56º50.94%10.39%-
HSV(B)295.56º67.5%15.69%-
XYZ1.330.852.1-
YUV23.55137.28138.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=41.76%
G=14.29%
B=43.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3813400.050.6700.84295.5650.9410.39
Hex26D2854305412833a
Octal461550510301244506312
Binary10011011011010001011000011010101001001010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D28; }

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

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

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

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

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

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

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

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