#261325

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

Shades of Mardi Gras #261325

Tints of Mardi Gras #261325

Color information

#261325 (or 0x261325) is unknown color: approx Mardi Gras. HEX triplet: 26, 13 and 25. RGB value is (38,19,37). Sum of RGB (Red+Green+Blue) = 38+19+37=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261325 is #D9ECDA. Grayscale: #1A1A1A. Windows color (decimal): -14281947 or 2429734. OLE color: 2429734.

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

Color convert

RGB381937-
CMYK00.500.030.85
HSL303.16º33.33%11.18%-
HSV(B)303.16º50%14.9%-
XYZ1.371.011.87-
YUV26.73133.79136.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=40.43%
G=20.21%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38193700.500.030.85303.1633.3311.18
Hex26132503235512f21b
Octal46234506231254574113
Binary1001101001110010101100101110101011001011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261325; }

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

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

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

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

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

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

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

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