#231C23

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

Shades of Mardi Gras #231C23

Tints of Mardi Gras #231C23

Color information

#231C23 (or 0x231C23) is unknown color: approx Mardi Gras. HEX triplet: 23, 1C and 23. RGB value is (35,28,35). Sum of RGB (Red+Green+Blue) = 35+28+35=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C23 is #DCE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14476253 or 2300963. OLE color: 2300963.

HSL color Cylindrical-coordinate representation of color #231C23: hue angle of 300º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #231C23 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB352835-
CMYK00.2000.86
HSL300º11.11%12.35%-
HSV(B)300º20%13.73%-
XYZ1.411.311.77-
YUV30.89130.32130.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35283500.2000.8630011.1112.35
Hex231C2301405612cbc
Octal43344302401264541314
Binary100011111001000110101000101011010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,35); }

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

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

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

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

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

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

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