#260529

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

Shades of Mardi Gras #260529

Tints of Mardi Gras #260529

Color information

#260529 (or 0x260529) is unknown color: approx Mardi Gras. HEX triplet: 26, 05 and 29. RGB value is (38,5,41). Sum of RGB (Red+Green+Blue) = 38+5+41=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #260529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260529 is #D9FAD6. Grayscale: #121212. Windows color (decimal): -14285527 or 2688294. OLE color: 2688294.

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

Color convert

RGB38541-
CMYK0.070.8800.84
HSL295º78.26%9.02%-
HSV(B)295º87.8%16.08%-
XYZ1.250.682.16-
YUV18.97140.43141.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.24%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 41 (16.41% from 255) = 48.81%
R=45.24%
G=5.95%
B=48.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal385410.070.8800.8429578.269.02
Hex265297580541274e9
Octal465517130012444711611
Binary10011010110100111110110000101010010010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260529; }

 p { color: rgb(38,5,41); }

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

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

 a { background-color: rgb(38,5,41); }

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

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

 span { border-color: rgb(38,5,41); }

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