#260E28

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

Shades of Mardi Gras #260E28

Tints of Mardi Gras #260E28

Color information

#260E28 (or 0x260E28) is unknown color: approx Mardi Gras. HEX triplet: 26, 0E and 28. RGB value is (38,14,40). Sum of RGB (Red+Green+Blue) = 38+14+40=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #260E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E28 is #D9F1D7. Grayscale: #181818. Windows color (decimal): -14283224 or 2625062. OLE color: 2625062.

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

Color convert

RGB381440-
CMYK0.050.6500.84
HSL295.38º48.15%10.59%-
HSV(B)295.38º65%15.69%-
XYZ1.340.882.11-
YUV24.14136.95137.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=41.30%
G=15.22%
B=43.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3814400.050.6500.84295.3848.1510.59
Hex26E2854105412730b
Octal461650510101244476013
Binary10011011101010001011000001010101001001001111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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