#261C28

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

Shades of Mardi Gras #261C28

Tints of Mardi Gras #261C28

Color information

#261C28 (or 0x261C28) is unknown color: approx Mardi Gras. HEX triplet: 26, 1C and 28. RGB value is (38,28,40). Sum of RGB (Red+Green+Blue) = 38+28+40=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #261C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C28 is #D9E3D7. Grayscale: #202020. Windows color (decimal): -14279640 or 2628646. OLE color: 2628646.

HSL color Cylindrical-coordinate representation of color #261C28: hue angle of 290º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #261C28 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB382840-
CMYK0.050.3000.84
HSL290º17.65%13.33%-
HSV(B)290º30%15.69%-
XYZ1.61.42.19-
YUV32.36132.31132.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=35.85%
G=26.42%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3828400.050.3000.8429017.6513.33
Hex261C2851E05412212d
Octal46345053601244422215
Binary100110111001010001011111001010100100100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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