#261B26

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

Shades of Mardi Gras #261B26

Tints of Mardi Gras #261B26

Color information

#261B26 (or 0x261B26) is unknown color: approx Mardi Gras. HEX triplet: 26, 1B and 26. RGB value is (38,27,38). Sum of RGB (Red+Green+Blue) = 38+27+38=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #261B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B26 is #D9E4D9. Grayscale: #1F1F1F. Windows color (decimal): -14279898 or 2497318. OLE color: 2497318.

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

Color convert

RGB382738-
CMYK00.2900.85
HSL300º16.92%12.75%-
HSV(B)300º28.95%14.9%-
XYZ1.541.342.01-
YUV31.54131.64132.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=36.89%
G=26.21%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38273800.2900.8530016.9212.75
Hex261B2601D05512c11d
Octal46334603501254542115
Binary1001101101110011001110101010101100101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,27,38); }

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

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

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

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

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

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

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