#231B23

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

Shades of Mardi Gras #231B23

Tints of Mardi Gras #231B23

Color information

#231B23 (or 0x231B23) is unknown color: approx Mardi Gras. HEX triplet: 23, 1B and 23. RGB value is (35,27,35). Sum of RGB (Red+Green+Blue) = 35+27+35=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B23 is #DCE4DC. Grayscale: #1E1E1E. Windows color (decimal): -14476509 or 2300707. OLE color: 2300707.

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

Color convert

RGB352735-
CMYK00.2300.86
HSL300º12.9%12.16%-
HSV(B)300º22.86%13.73%-
XYZ1.391.261.76-
YUV30.3130.65131.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=36.08%
G=27.84%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35273500.2300.8630012.912.16
Hex231B2301705612cdc
Octal43334302701264541514
Binary100011110111000110101110101011010010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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