#230523

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

Shades of Mardi Gras #230523

Tints of Mardi Gras #230523

Color information

#230523 (or 0x230523) is unknown color: approx Mardi Gras. HEX triplet: 23, 05 and 23. RGB value is (35,5,35). Sum of RGB (Red+Green+Blue) = 35+5+35=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230523 is #DCFADC. Grayscale: #111111. Windows color (decimal): -14482141 or 2295075. OLE color: 2295075.

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

Color convert

RGB35535-
CMYK00.8600.86
HSL300º75%7.84%-
HSV(B)300º85.71%13.73%-
XYZ1.050.591.65-
YUV17.39137.94140.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=46.67%
G=6.67%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3553500.8600.86300757.84
Hex2352305605612c4b8
Octal435430126012645411310
Binary100011101100011010101100101011010010110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230523; }

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

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

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

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

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

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

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

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