#261926

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

Shades of Mardi Gras #261926

Tints of Mardi Gras #261926

Color information

#261926 (or 0x261926) is unknown color: approx Mardi Gras. HEX triplet: 26, 19 and 26. RGB value is (38,25,38). Sum of RGB (Red+Green+Blue) = 38+25+38=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #261926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261926 is #D9E6D9. Grayscale: #1E1E1E. Windows color (decimal): -14280410 or 2496806. OLE color: 2496806.

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

Color convert

RGB382538-
CMYK00.3400.85
HSL300º20.63%12.35%-
HSV(B)300º34.21%14.9%-
XYZ1.51.252-
YUV30.37132.31133.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=37.62%
G=24.75%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38253800.3400.8530020.6312.35
Hex26192602205512c15c
Octal46314604201254542514
Binary10011011001100110010001001010101100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261926; }

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

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

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

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

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

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

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

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