#231126

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

Shades of Mardi Gras #231126

Tints of Mardi Gras #231126

Color information

#231126 (or 0x231126) is unknown color: approx Mardi Gras. HEX triplet: 23, 11 and 26. RGB value is (35,17,38). Sum of RGB (Red+Green+Blue) = 35+17+38=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #231126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231126 is #DCEED9. Grayscale: #181818. Windows color (decimal): -14479066 or 2494755. OLE color: 2494755.

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

Color convert

RGB351738-
CMYK0.080.5500.85
HSL291.43º38.18%10.78%-
HSV(B)291.43º55.26%14.9%-
XYZ1.240.91.94-
YUV24.78135.46135.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=38.89%
G=18.89%
B=42.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3517380.080.5500.85291.4338.1810.78
Hex23112683705512326b
Octal432146106701254434613
Binary100011100011001101000110111010101011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231126; }

 p { color: rgb(35,17,38); }

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

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

 a { background-color: rgb(35,17,38); }

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

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

 span { border-color: rgb(35,17,38); }

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