#231324

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

Shades of Mardi Gras #231324

Tints of Mardi Gras #231324

Color information

#231324 (or 0x231324) is unknown color: approx Mardi Gras. HEX triplet: 23, 13 and 24. RGB value is (35,19,36). Sum of RGB (Red+Green+Blue) = 35+19+36=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #231324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231324 is #DCECDB. Grayscale: #191919. Windows color (decimal): -14478556 or 2364195. OLE color: 2364195.

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

Color convert

RGB351936-
CMYK0.030.4700.86
HSL296.47º30.91%10.78%-
HSV(B)296.47º47.22%14.12%-
XYZ1.240.951.79-
YUV25.72133.8134.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 36 (14.45% from 255) = 40%
R=38.89%
G=21.11%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519360.030.4700.86296.4730.9110.78
Hex23132432F0561281fb
Octal43234435701264503713
Binary100011100111001001110111101010110100101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231324; }

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

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

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

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

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

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

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

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