#261825

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

Shades of Mardi Gras #261825

Tints of Mardi Gras #261825

Color information

#261825 (or 0x261825) is unknown color: approx Mardi Gras. HEX triplet: 26, 18 and 25. RGB value is (38,24,37). Sum of RGB (Red+Green+Blue) = 38+24+37=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261825 is #D9E7DA. Grayscale: #1D1D1D. Windows color (decimal): -14280667 or 2431014. OLE color: 2431014.

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

Color convert

RGB382437-
CMYK00.370.030.85
HSL304.29º22.58%12.16%-
HSV(B)304.29º36.84%14.9%-
XYZ1.461.21.9-
YUV29.67132.14133.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=38.38%
G=24.24%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38243700.370.030.85304.2922.5812.16
Hex26182502535513017c
Octal46304504531254602714
Binary100110110001001010100101111010101100110000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261825; }

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

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

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

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

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

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

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

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