#231423

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

Shades of Mardi Gras #231423

Tints of Mardi Gras #231423

Color information

#231423 (or 0x231423) is unknown color: approx Mardi Gras. HEX triplet: 23, 14 and 23. RGB value is (35,20,35). Sum of RGB (Red+Green+Blue) = 35+20+35=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231423 is #DCEBDC. Grayscale: #1A1A1A. Windows color (decimal): -14478301 or 2298915. OLE color: 2298915.

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

Color convert

RGB352035-
CMYK00.4300.86
HSL300º27.27%10.78%-
HSV(B)300º42.86%13.73%-
XYZ1.250.981.71-
YUV26.2132.97134.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=38.89%
G=22.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35203500.4300.8630027.2710.78
Hex23142302B05612c1bb
Octal43244305301264543313
Binary10001110100100011010101101010110100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231423; }

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

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

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

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

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

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

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

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