#231E24

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

Shades of Mardi Gras #231E24

Tints of Mardi Gras #231E24

Color information

#231E24 (or 0x231E24) is unknown color: approx Mardi Gras. HEX triplet: 23, 1E and 24. RGB value is (35,30,36). Sum of RGB (Red+Green+Blue) = 35+30+36=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 36 - color contains mainly: blue. Hex color #231E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E24 is #DCE1DB. Grayscale: #202020. Windows color (decimal): -14475740 or 2367011. OLE color: 2367011.

HSL color Cylindrical-coordinate representation of color #231E24: hue angle of 290º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231E24 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB353036-
CMYK0.030.1700.86
HSL290º9.09%12.94%-
HSV(B)290º16.67%14.12%-
XYZ1.481.411.86-
YUV32.18130.16130.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=34.65%
G=29.70%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3530360.030.1700.862909.0912.94
Hex231E243110561229d
Octal43364432101264421115
Binary1000111111010010011100010101011010010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E24; }

 p { color: rgb(35,30,36); }

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

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

 a { background-color: rgb(35,30,36); }

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

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

 span { border-color: rgb(35,30,36); }

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