#260C27

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

Shades of Mardi Gras #260C27

Tints of Mardi Gras #260C27

Color information

#260C27 (or 0x260C27) is unknown color: approx Mardi Gras. HEX triplet: 26, 0C and 27. RGB value is (38,12,39). Sum of RGB (Red+Green+Blue) = 38+12+39=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #260C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C27 is #D9F3D8. Grayscale: #161616. Windows color (decimal): -14283737 or 2559014. OLE color: 2559014.

HSL color Cylindrical-coordinate representation of color #260C27: hue angle of 297.78º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #260C27 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB381239-
CMYK0.030.6900.85
HSL297.78º52.94%10%-
HSV(B)297.78º69.23%15.29%-
XYZ1.30.822.01-
YUV22.85137.11138.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=42.70%
G=13.48%
B=43.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812390.030.6900.85297.7852.9410
Hex26C2734505512a35a
Octal461447310501254526512
Binary1001101100100111111000101010101011001010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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