#261625

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

Shades of Mardi Gras #261625

Tints of Mardi Gras #261625

Color information

#261625 (or 0x261625) is unknown color: approx Mardi Gras. HEX triplet: 26, 16 and 25. RGB value is (38,22,37). Sum of RGB (Red+Green+Blue) = 38+22+37=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261625 is #D9E9DA. Grayscale: #1C1C1C. Windows color (decimal): -14281179 or 2430502. OLE color: 2430502.

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

Color convert

RGB382237-
CMYK00.420.030.85
HSL303.75º26.67%11.76%-
HSV(B)303.75º42.11%14.9%-
XYZ1.421.121.89-
YUV28.49132.8134.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=39.18%
G=22.68%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38223700.420.030.85303.7526.6711.76
Hex26162502A3551301bc
Octal46264505231254603314
Binary100110101101001010101010111010101100110000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261625; }

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

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

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

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

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

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

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

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