#260427

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

Shades of Mardi Gras #260427

Tints of Mardi Gras #260427

Color information

#260427 (or 0x260427) is unknown color: approx Mardi Gras. HEX triplet: 26, 04 and 27. RGB value is (38,4,39). Sum of RGB (Red+Green+Blue) = 38+4+39=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #260427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260427 is #D9FBD8. Grayscale: #121212. Windows color (decimal): -14285785 or 2556966. OLE color: 2556966.

HSL color Cylindrical-coordinate representation of color #260427: hue angle of 298.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260427 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB38439-
CMYK0.030.9000.85
HSL298.29º81.4%8.43%-
HSV(B)298.29º89.74%15.29%-
XYZ1.210.651.98-
YUV18.16139.76142.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=46.91%
G=4.94%
B=48.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal384390.030.9000.85298.2981.48.43
Hex2642735A05512a518
Octal464473132012545212110
Binary1001101001001111110110100101010110010101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260427; }

 p { color: rgb(38,4,39); }

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

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

 a { background-color: rgb(38,4,39); }

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

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

 span { border-color: rgb(38,4,39); }

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