#261828

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

Shades of Mardi Gras #261828

Tints of Mardi Gras #261828

Color information

#261828 (or 0x261828) is unknown color: approx Mardi Gras. HEX triplet: 26, 18 and 28. RGB value is (38,24,40). Sum of RGB (Red+Green+Blue) = 38+24+40=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #261828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261828 is #D9E7D7. Grayscale: #1D1D1D. Windows color (decimal): -14280664 or 2627622. OLE color: 2627622.

HSL color Cylindrical-coordinate representation of color #261828: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #261828 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB382440-
CMYK0.050.4000.84
HSL292.5º25%12.55%-
HSV(B)292.5º40%15.69%-
XYZ1.511.222.16-
YUV30.01133.64133.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=37.25%
G=23.53%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3824400.050.4000.84292.52512.55
Hex26182852805412419d
Octal46305055001244443115
Binary1001101100010100010110100001010100100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261828; }

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

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

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

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

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

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

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

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