#261C25

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

Shades of Mardi Gras #261C25

Tints of Mardi Gras #261C25

Color information

#261C25 (or 0x261C25) is unknown color: approx Mardi Gras. HEX triplet: 26, 1C and 25. RGB value is (38,28,37). Sum of RGB (Red+Green+Blue) = 38+28+37=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #261C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C25 is #D9E3DA. Grayscale: #1F1F1F. Windows color (decimal): -14279643 or 2432038. OLE color: 2432038.

HSL color Cylindrical-coordinate representation of color #261C25: hue angle of 306º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261C25 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB382837-
CMYK00.260.030.85
HSL306º15.15%12.94%-
HSV(B)306º26.32%14.9%-
XYZ1.551.381.93-
YUV32.02130.81132.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=36.89%
G=27.18%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38283700.260.030.8530615.1512.94
Hex261C2501A355132fd
Octal46344503231254621715
Binary1001101110010010101101011101010110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C25; }

 p { color: rgb(38,28,37); }

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

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

 a { background-color: rgb(38,28,37); }

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

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

 span { border-color: rgb(38,28,37); }

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