#261025

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

Shades of Mardi Gras #261025

Tints of Mardi Gras #261025

Color information

#261025 (or 0x261025) is unknown color: approx Mardi Gras. HEX triplet: 26, 10 and 25. RGB value is (38,16,37). Sum of RGB (Red+Green+Blue) = 38+16+37=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261025 is #D9EFDA. Grayscale: #181818. Windows color (decimal): -14282715 or 2428966. OLE color: 2428966.

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

Color convert

RGB381637-
CMYK00.580.030.85
HSL302.73º40.74%10.59%-
HSV(B)302.73º57.89%14.9%-
XYZ1.320.921.86-
YUV24.97134.79137.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=41.76%
G=17.58%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38163700.580.030.85302.7340.7410.59
Hex26102503A35512f29b
Octal46204507231254575113
Binary1001101000010010101110101110101011001011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261025; }

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

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

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

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

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

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

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

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