#260628

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

Shades of Mardi Gras #260628

Tints of Mardi Gras #260628

Color information

#260628 (or 0x260628) is unknown color: approx Mardi Gras. HEX triplet: 26, 06 and 28. RGB value is (38,6,40). Sum of RGB (Red+Green+Blue) = 38+6+40=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #260628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260628 is #D9F9D7. Grayscale: #131313. Windows color (decimal): -14285272 or 2623014. OLE color: 2623014.

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

Color convert

RGB38640-
CMYK0.050.8500.84
HSL296.47º73.91%9.02%-
HSV(B)296.47º85%15.69%-
XYZ1.250.72.08-
YUV19.44139.6141.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.24%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=45.24%
G=7.14%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal386400.050.8500.84296.4773.919.02
Hex266285550541284a9
Octal466505125012445011211
Binary10011011010100010110101010101010010010100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260628; }

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

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

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

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

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

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

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

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